https://gcc.gnu.org/g:b56dc0a9ac403891ddad8bce1d697ed7f5c365f7

commit r15-4005-gb56dc0a9ac403891ddad8bce1d697ed7f5c365f7
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Oct 2 08:25:00 2024 +0200

    testsuite/116654 - adjust gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
    
    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.

Diff:
---
 gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c 
b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
index 9e57cae9751d..bd080f0016f4 100644
--- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
+++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
@@ -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 } } } } */

Reply via email to