testsuite/96147 - key scanning on vect_hw_misalign
authorRichard Biener <rguenther@suse.de>
Fri, 15 Jan 2021 12:52:12 +0000 (13:52 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 15 Jan 2021 12:52:12 +0000 (13:52 +0100)
gcc.dg/vect/slp-45.c failed to key the vectorization capability
scanning on vect_hw_misalign.  Since the stores are strided
they cannot be (all) analyzed to be aligned.

2021-01-15  Richard Biener  <rguenther@suse.de>

PR testsuite/96147
* gcc.dg/vect/slp-45.c: Key scanning on
vect_hw_misalign.

gcc/testsuite/gcc.dg/vect/slp-45.c

index 1e35d354203f903bc7977f676e73f2cf0bf30e3c..fadc4e5924308d46aaac81a0d5b42564285d58ff 100644 (file)
@@ -77,4 +77,4 @@ int main()
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 13 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 13 "vect" { target vect_hw_misalign } } } */