This is the mail archive of the gcc@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: stabilization issues ppc-linux


> One might argue that it should treat CONSTANT_P_RTX like ADDRESSOF -- delay
> committal until after CSE has finished.  Or even later.  Unlike ADDRESSOF
> gcse could expose more constants via global constant propagation.

It should be OK to commit to the result one when this can be determined -
this can allow to remove some dependent code.
There should also be a cse and jump pass after we commit to values for
CONSTANT_P_RTX.
So maybe we should do this after gcse, just before the the folowing jump
optimizer - but the replacement of CONSTANT_P_RTX itself must not depend on
flag_gcse, of course.


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