https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87214
--- Comment #26 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Feb 7 14:42:54 2019 New Revision: 268633 URL: https://gcc.gnu.org/viewcvs?rev=268633&root=gcc&view=rev Log: Backported from mainline 2019-01-27 Jakub Jelinek <ja...@redhat.com> PR target/87214 * config/i386/sse.md (<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>, avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ensure the first constants in pairs are multiples of 2. Formatting fixes. (avx512vl_shuf_<shuffletype>32x4_1<mask_name>, avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Ensure the first constants in each quadruple are multiples of 4. Formatting fixes. * gcc.target/i386/avx512vl-pr87214-1.c: New test. * gcc.target/i386/avx512vl-pr87214-2.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-1.c branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-2.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/i386/sse.md branches/gcc-8-branch/gcc/testsuite/ChangeLog