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] loop number of iterations analysis confused by what PRE did (PRE is doing its job)



------- Comment #11 from rguenth at gcc dot gnu dot org  2006-03-30 22:25 -------
Note that the patch for 23855 will only help for invariant conditions in the
loop header, while the problem exists also for non-invariant ones.  So, as
Danny notes, SCEV should be improved to maybe handle this case.


-- 


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]