https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91530
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Aug 28 10:13:21 2019 New Revision: 274985 URL: https://gcc.gnu.org/viewcvs?rev=274985&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. Modified: trunk/libgomp/testsuite/libgomp.c/scan-21.c trunk/libgomp/testsuite/libgomp.c/scan-22.c