Skip to content

Commit

Permalink
testsuite: delete slp scan from loop vect test.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TamarChristinaArm committed Apr 7, 2022
1 parent af3cadb commit 68163cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" } } */

0 comments on commit 68163cc

Please sign in to comment.