re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Aug 2019 10:12:11 +0000 (12:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Aug 2019 10:12:11 +0000 (12:12 +0200)
commit5cb72d83bb375ea6ad2121daf4202605e7883d30
tree1f2da6e1fade339a0594d648de09357ceeb447c1
parent95ecbf4695a775853e4135d7dfda0be90ae8e80d
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: r274984
gcc/ChangeLog
gcc/config/i386/sse.md
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/scan-21.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/scan-22.c [new file with mode: 0644]