On Thu, Aug 28, 2014 at 9:05 AM, Kirill Yukhin <kirill.yuk...@gmail.com> wrote: > Hello, > This patch adds support for SI/DO masked interleaves. > > Bootstrapped. > AVX-512* tests on top of patch-set all pass > under simulator. > > Is it ok for trunk? > > gcc/ > * config/i386/sse.md > (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking. > (define_insn "vec_interleave_highv2di<mask_name>"): Ditto. > (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto. > (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
It looks that latest patches all extend patterns in the same way. I have looked briefly through the patch and rubberstamped it as OK. OK. Thanks, Uros.