]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/116654 - adjust gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
authorRichard Biener <rguenther@suse.de>
Wed, 2 Oct 2024 06:25:00 +0000 (08:25 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Oct 2024 06:44:15 +0000 (08:44 +0200)
As we now SLP non-grouped stores we have to adjust the expected
count.

PR testsuite/116654
* gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c: Adjust.

gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c

index 9e57cae9751d7231a2156acbb4c63c49dc0e8b95..bd080f0016f475f3b5c6fd33c53ccf2816e93072 100644 (file)
@@ -117,5 +117,5 @@ int main (void)
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect"  {target { vect_strided8 && vect_int_mult } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "vect" {target { vect_strided8 && vect_int_mult } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 6 "vect" {target { vect_strided8 && vect_int_mult } } } } */