]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/116596 - fix gcc.dg/vect/slp-11a.c
authorRichard Biener <rguenther@suse.de>
Wed, 2 Oct 2024 11:00:45 +0000 (13:00 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Oct 2024 11:02:06 +0000 (13:02 +0200)
The condition on "vectorizing stmts using SLP" needs to match that
of "vectorized 1 loops", obviously.

PR testsuite/116596
* gcc.dg/vect/slp-11a.c: Fix.

gcc/testsuite/gcc.dg/vect/slp-11a.c

index 2efa1796757e764c42a27a83f2dcaabf37eebc61..196ef65bb78231808f391e8f5c6523da5c6f7d9d 100644 (file)
@@ -72,4 +72,4 @@ int main (void)
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_strided8 && vect_int_mult } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_strided8 && vect_int_mult } } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { vect_strided8 && vect_int_mult } } } }  */