testsuite: Add a vect_load_lanes guard

We still fall back to load/store-lanes for slp-46.c, if the target
supports it.

gcc/testsuite/
	* gcc.dg/vect/slp-46.c: XFAIL test for SLP on vect_load_lanes targets.
This commit is contained in:
Richard Sandiford 2020-11-17 11:12:54 +00:00
parent 324252dc59
commit f6da5ecb05
1 changed files with 1 additions and 1 deletions

View File

@ -94,4 +94,4 @@ main ()
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { xfail vect_load_lanes } } } */