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 for loop combination [Re: ppc]


> Comments?  Shall I clean up the other places that conditionally
> initialize reg_single_use at the same time?

Does this patch actually help for the code in question?
Note that it turned out that there was actually giv combination &
derivation going on, and the biv was eliminated using a derived giv.
It seems like that giv was not only incorrect to use, but also dead,
so it would be useful to know why it was considered for biv elimination
in the first place - why hasn't the maybe_dead flag prevented this?
Was it not set, or was it ignored?


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