[PATCH] Adjust gcc.dg/vect/bb-slp-pr65935.c
Richard Biener
rguenther@suse.de
Fri Oct 30 08:14:43 GMT 2020
This adjusts the testcase to allow splitting up the group for
larger vector sizes and thus printing the splat message multiple times.
Pushed.
2020-10-30 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/bb-slp-pr65935.c: Adjust.
---
gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c b/gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c
index c262d731150..5d80f560f56 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" } } */
--
2.26.2
More information about the Gcc-patches
mailing list