[Bug rtl-optimization/50037] Unroll factor exceeds max trip count
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 18 23:15:01 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50037
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
On the trunk, I see no loop at all for the original testcase at -O3.
At -O2 -ftree-vectorize, I do see the loop but when I add -funroll-loops, the
loop is completely unrolled at the gimple level.
So maybe the vectorizer is much better now really.
More information about the Gcc-bugs
mailing list