On Fri, Sep 12, 2014 at 3:57 PM, Kirill Yukhin <kirill.yuk...@gmail.com> wrote:
> Patch in the bottom extends vcvtps2ph 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 "vcvtph2ps<mask_name>"): Add masking. > (define_insn "*vcvtph2ps_load<mask_name>"): Ditto. > (define_insn "vcvtph2ps256<mask_name>"): Ditto. > (define_expand "vcvtps2ph_mask"): New. > (define_insn "*vcvtps2ph<mask_name>"): Add masking. > (define_insn "*vcvtps2ph_store<mask_name>"): Ditto. > (define_insn "vcvtps2ph256<mask_name>"): Ditto. OK. Thanks, Uros.