Re: [PATCH i386 AVX512] [43/n] Add rest of vunpck[lh]ps.

2014-09-18 Thread Uros Bizjak
On Thu, Sep 18, 2014 at 1:54 PM, Kirill Yukhin wrote: > Hello, > This patch adds rest of unpack insn patterns. > > 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 "avx_unpckhps256"

[PATCH i386 AVX512] [43/n] Add rest of vunpck[lh]ps.

2014-09-18 Thread Kirill Yukhin
Hello, This patch adds rest of unpack insn patterns. 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 "avx_unpckhps256"): Add masking. (define_insn "vec_interleave_highv4sf"): Ditto.