https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84786
--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Jun 25 12:57:04 2018 New Revision: 262015 URL: https://gcc.gnu.org/viewcvs?rev=262015&root=gcc&view=rev Log: PR target/84786 * config/i386/sse.md (vshift_count): New mode attr. (<shift_insn><mode>3<mask_name>): Use <vshift_count>N instead of vN as last operand's constraint for VI2_AVX2_AVX512BW shifts. Use YvN instead of vN as last operand's constraint for VI48_AVX2 shifts. * gcc.target/i386/avx512f-pr84786-3.c: New test. Added: trunk/gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c Modified: trunk/gcc/testsuite/ChangeLog