From: Richard Biener Date: Mon, 9 Sep 2024 07:41:36 +0000 (+0200) Subject: Amend gcc.dg/vect/fast-math-vect-call-2.c X-Git-Tag: basepoints/gcc-16~6010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924855daa204b4821057313cad44898445824e11;p=thirdparty%2Fgcc.git Amend gcc.dg/vect/fast-math-vect-call-2.c There was a reported regression on x86-64 with -march=cascadelake and -m32 where epilogue vectorization causes a different number of SLPed loops. Fixed by disabling epilogue vectorization for the testcase. * gcc.dg/vect/fast-math-vect-call-2.c: Disable epilogue vectorization. --- diff --git a/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c b/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c index ed42a21cedc..e52ffe435d3 100644 --- a/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c +++ b/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c @@ -1,4 +1,5 @@ /* { dg-require-effective-target vect_double } */ +/* { dg-additional-options "--param vect-epilogues-nomask=0" } */ #include "tree-vect.h"