On 13 May 19:16, Jakub Jelinek wrote: > Hi! > > vpmulhrsw is AVX512BW & AVX512VL insn, so we shouldn't enable it just > when AVX512VL is on. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > trunk? > > 2016-05-13 Jakub Jelinek <ja...@redhat.com> > > * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use > constraint x instead of v in second alternative, add avx512bw > alternative. > > * gcc.target/i386/avx512vl-vpmulhrsw-3.c: New test. > * gcc.target/i386/avx512bw-vpmulhrsw-3.c: New test. OK.
-- Thanks, K