[Bug target/116010] [15 regression] vectorization regressions on arm and aarch64 since r15-491-gc290e6a0b7a9de
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 22 07:03:32 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116010
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |15.0
Keywords| |needs-bisection
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gfortran.dg/vect/vect-8.f90 testcase is incredibly bad because it has so
many loops that are or are not vectorized. It should ideally be split up.
But I think the blame is incorrect, the test uses
-fno-tree-loop-distribute-patterns and thus isn't effected by the rev in
question.
As Andrew says the fix for the other regression is trivial, I'm leaving that
to ARM folks as an exercise.
More information about the Gcc-bugs
mailing list