This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch installed in combine.c


> I've noticed that Richard approved Jan's patch to avoid combining
> hard register moves, but the patch hasn't been installed yet.  I've
> installed the following variant of it, which does the tests earlier
> (this should allow us to get rid of more SMALL_REGISTER_CLASSES tests),
> and also allows the combination if the hard register involved is a
> fixed reg.
> 
> Bootstrapped (with a few other changes) on x86-linux (minus Fortran,
> which won't compile for me at the moment).
Thanks for taking care.  I wanted to do myself very soon. Purpose why
I delayed it was the fact, that Joern complained about fixed registers.

To my opinion his example dealing with fixed registers is more problem in the
backend and should not be taken into care. In recent days I was really busy so
I didn't had time to settle down this problem and do that myself.

Thanks a lot!
Honza

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]