aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2020-10-30 09:13:24 +0100
committerRichard Biener <rguenther@suse.de>2020-10-30 09:13:24 +0100
commit973574465ca250ed9af5c229a8a3a6b05fde9ca0 (patch)
tree9ee99eb7bc32f714c9352f91dadce9f5cd0116fe
parent228156e84966963a318c2c09dc15aed887e8eb0f (diff)
downloadgcc-973574465ca250ed9af5c229a8a3a6b05fde9ca0.zip
gcc-973574465ca250ed9af5c229a8a3a6b05fde9ca0.tar.gz
gcc-973574465ca250ed9af5c229a8a3a6b05fde9ca0.tar.bz2
Adjust gcc.dg/vect/bb-slp-pr65935.c
This adjusts the testcase to allow splitting up the group for larger vector sizes and thus printing the splat message multiple times. 2020-10-30 Richard Biener <rguenther@suse.de> * gcc.dg/vect/bb-slp-pr65935.c: Adjust.
-rw-r--r--gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c b/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c
index c262d73..5d80f56 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c
@@ -62,5 +62,5 @@ int main()
/* { dg-final { scan-tree-dump-times "optimized: basic block" 10 "slp1" } } */
/* We should see the s->phase[dir] operand splatted and no other operand built
from scalars. See PR97334. */
-/* { dg-final { scan-tree-dump-times "Using a splat" 1 "slp1" } } */
+/* { dg-final { scan-tree-dump "Using a splat" "slp1" } } */
/* { dg-final { scan-tree-dump-times "Building vector operands from scalars" 0 "slp1" } } */