https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116352
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-linux-gnu |x86_64-linux-gnu | |aarch64-linux-gnu --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This also ICEs in the same way on aarch64 with `-O3 -fno-vect-cost-model ` but it does not ICE when SVE is enabled because it looks like SVE can loop vectorize the loop rather than just SLP vectorizing.