[Bug tree-optimization/65963] Missed vectorization of loads strided with << when equivalent * succeeds
alalaw01 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 6 15:19:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65963
--- Comment #4 from alalaw01 at gcc dot gnu.org ---
I confirm the testcase fails execution on armeb-none-eabi (also at -O0), but it
does so both with and without the patch to tree-scalar-evolution.c, which did
not change codegen (at -O2 -ftree-vectorize; the loop was not vectorized). So
this looks to be exposing a different, pre-existing, bug.
More information about the Gcc-bugs
mailing list