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.

Tested on x86_64-unknown-linux-gnu, pushed.

        * gcc.dg/vect/bb-slp-41.c: Adjust dump scan.
---
 gcc/testsuite/gcc.dg/vect/bb-slp-41.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-41.c 
b/gcc/testsuite/gcc.dg/vect/bb-slp-41.c
index 5a2bd4d2a33..89e0bcdc100 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-41.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-41.c
@@ -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" } } */
-- 
2.51.0

Reply via email to