]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust gcc.dg/vect/bb-slp-41.c
authorRichard Biener <rguenther@suse.de>
Mon, 24 Nov 2025 10:18:42 +0000 (11:18 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 24 Nov 2025 10:20:50 +0000 (11:20 +0100)
We now perform SLP vectorization for the scalar epilog of a vector
loop where we now unroll said scalar epilog.  The following adjusts
the testcase to look for SLP trying to vectorize a CTOR instead,
which I guessed from the topic of r10-4336-g818b3293f4545d which
added this testcase.

* gcc.dg/vect/bb-slp-41.c: Adjust dump scan.

gcc/testsuite/gcc.dg/vect/bb-slp-41.c

index 5a2bd4d2a33e41dbb33dc105b72f0ae6fd0e81ef..89e0bcdc100666fc1bc788895228fc86a1404af1 100644 (file)
@@ -59,4 +59,4 @@ int main ()
   return 0;
 
 }
-/* { dg-final { scan-tree-dump-not "vectorizing stmts using SLP" "slp1" } } */
+/* { dg-final { scan-tree-dump-not "vectorizable constructor" "slp1" } } */