[Bug tree-optimization/57558] Issue with number of iterations calculation
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 10 08:48:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57558
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |53947
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
That's because the first variant can loop infinitely for n == ULONG_MAX
and that "infinite" cannot be represented using new induction variable
as the vectorizer wants to. Well, not easily at least.
More information about the Gcc-bugs
mailing list