[Bug tree-optimization/77689] Missing vectorization lead to huge performance loss
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 28 08:12:04 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77689
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #15 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
loop splitting gives up here because it only handles test
i < val
or
i > val
Not i = val. It could easily work out that i == 0 is same as i < 1 from vlaue
range of i.
More information about the Gcc-bugs
mailing list