]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make gcc.dg/vect/bb-slp-cond-1.c PASS with -mavx2
authorRichard Biener <rguenther@suse.de>
Wed, 11 Feb 2026 17:31:45 +0000 (18:31 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 11 Feb 2026 17:33:13 +0000 (18:33 +0100)
This fixes the testcase to avoid epilogue vectorization.

* gcc.dg/vect/bb-slp-cond-1.c: Disable epilogue vectorization.

gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c

index 8faf6b6e3aceebb5a33b3b9fc8446690be611b46..05212f43b58f714ec30df7d14abb880fa090f2c0 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_condition } */
+/* { dg-additional-options "--param vect-epilogues-nomask=0" } */
 /* { dg-additional-options "-fdump-tree-vect-details" } */
 
 #include "tree-vect.h"