[Bug tree-optimization/26939] loop number of iterations analysis confused by what PRE did (PRE is doing its job)
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 30 22:25:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list