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]
Other format: [Raw text]

Re: [tree-ssa]: Loop normalization pass



Why no CCP?  It should work.

No it won't, we won't have refs for the new loop counter variable, and
CCP is run *after* loop normalization right now.
If you want me to switch them around, i'll bootstrap with ccp.

Oh, I see.  OK.  In any case, I'm about to pull the rug from
underneath you with all the infrastructure changes.  Maybe it's
best if you wait until I'm done with all the changes.

Fine by me, since i have to make a lot of changes to PRE anyway when you do.
--Dan


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