aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2022-04-07 19:53:43 +0100
committerTamar Christina <tamar.christina@arm.com>2022-04-07 19:53:43 +0100
commit68163cc2de1d3125ed9dbb8eac3294d1f9118641 (patch)
tree023e9af33de4d7adf952506cab77b102191a88ba /gcc
parentaf3cadb59fe6cb2097d2e636c1c70b26df39ae19 (diff)
downloadgcc-68163cc2de1d3125ed9dbb8eac3294d1f9118641.zip
gcc-68163cc2de1d3125ed9dbb8eac3294d1f9118641.tar.gz
gcc-68163cc2de1d3125ed9dbb8eac3294d1f9118641.tar.bz2
testsuite: delete slp scan from loop vect test.
I accidentally left in an slp1 check in the vect test which showed up as UNRESOLVED and had missed it in the sum file. This deletes that line. gcc/testsuite/ChangeLog: PR testsuite/105196 * gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c: Remove slp1 check.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c
index 64ea2de..ca5f5b2 100644
--- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c
+++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c
@@ -9,5 +9,4 @@
/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" { target { vect_complex_add_float } } } } */
/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" { target { vect_complex_add_float } } } } */
/* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "vect" } } */
-/* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "slp1" } } */
/* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "vect" } } */