https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91530
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Aug 28 10:12:11 2019 New Revision: 274984 URL: https://gcc.gnu.org/viewcvs?rev=274984&root=gcc&view=rev Log: 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. Added: trunk/libgomp/testsuite/libgomp.c/scan-21.c trunk/libgomp/testsuite/libgomp.c/scan-22.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/sse.md trunk/libgomp/ChangeLog