This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/26939] PRE confuses loop number of iterations analysis



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-03-30 12:31 -------
You can see that PRE makes a mess out of it because of the copied loop header
of the inner loop.  So maybe Zdeneks patch to move the loop header copy outside
of the first loop helps here.  Though I'd prefer to prevent PRE from doing the
transformation here.  Danny, any ideas?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26939


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