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] Fix ia64 bootstrap problems [patch]


In message <1059000170.18238.179.camel@frodo.toronto.redhat.com>, Diego Novill
o writes:
 >It also fixes an inconsistency in copy propagation.  In the copy
 >propagator we were preventing copies from being propagated across
 >abnormal edges.  That wasn't checked in the dominator optimizations. 
 >Now both functions call the same predicate.  It doesn't seem to fix any
 >regressions, though.
Yes, I know.  I had patches to avoid copy propagation when the source
or destination was involved in an abnormal PHI.  And, no it doesn't
fix the regressions brought in in the previous merge.

I've got a patch which fixes two of them, but I'm holding onto it
until I've got the other two fixed.

Jeff

ps.  I'm still in NYC, which tends to cut into hacking time...


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