diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-08-28 12:13:21 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-08-28 12:13:21 +0200 |
commit | e62506f36294bc26b9a64bcfd2464464ef784b72 (patch) | |
tree | 65365cf742941442bd02a08b8c89396e8fda0ed7 /libgomp/testsuite | |
parent | 5cb72d83bb375ea6ad2121daf4202605e7883d30 (diff) | |
download | gcc-e62506f36294bc26b9a64bcfd2464464ef784b72.zip gcc-e62506f36294bc26b9a64bcfd2464464ef784b72.tar.gz gcc-e62506f36294bc26b9a64bcfd2464464ef784b72.tar.bz2 |
re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)
PR libgomp/91530
* config/i386/sse.md (vec_shl_<mode>, vec_shr_<mode>): Use
V_128 iterator instead of VI_128.
* testsuite/libgomp.c/scan-21.c: New test.
* testsuite/libgomp.c/scan-22.c: New test.
From-SVN: r274985
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.c/scan-21.c | 6 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c/scan-22.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/libgomp/testsuite/libgomp.c/scan-21.c b/libgomp/testsuite/libgomp.c/scan-21.c index c57ddc2..c531961 100644 --- a/libgomp/testsuite/libgomp.c/scan-21.c +++ b/libgomp/testsuite/libgomp.c/scan-21.c @@ -4,9 +4,3 @@ /* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ #include "scan-13.c" -/* { dg-require-effective-target size32plus } */ -/* { dg-require-effective-target avx_runtime } */ -/* { dg-additional-options "-O2 -fopenmp -fdump-tree-vect-details -msse2 -mno-sse3" } */ -/* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ - -#include "scan-13.c" diff --git a/libgomp/testsuite/libgomp.c/scan-22.c b/libgomp/testsuite/libgomp.c/scan-22.c index 07672ff..96fead7 100644 --- a/libgomp/testsuite/libgomp.c/scan-22.c +++ b/libgomp/testsuite/libgomp.c/scan-22.c @@ -4,9 +4,3 @@ /* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ #include "scan-17.c" -/* { dg-require-effective-target size32plus } */ -/* { dg-require-effective-target avx_runtime } */ -/* { dg-additional-options "-O2 -fopenmp -fdump-tree-vect-details -msse2 -mno-sse3" } */ -/* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ - -#include "scan-17.c" |