https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95046

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>:

https://gcc.gnu.org/g:6416f67273aaeafd6ad89c2c82076dabb50f8dbe

commit r11-322-g6416f67273aaeafd6ad89c2c82076dabb50f8dbe
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Tue May 12 17:06:13 2020 +0200

    i386: Add V2SFmode NEG, ABS and logic insn patterns [PR95046]

    gcc/ChangeLog:

            PR target/95046
            * config/i386/mmx.md (<code>v2sf2): New insn pattern.
            (*mmx_<code>v2sf2): New insn_and_split pattern.
            (*mmx_nabsv2sf2): Ditto.
            (*mmx_andnotv2sf3): New insn pattern.
            (*mmx_<code>v2sf3): Ditto.
            * config/i386/i386.md (absneg_op): New code attribute.
            * config/i386/i386.c (ix86_build_const_vector): Handle V2SFmode.
            (ix86_build_signbit_mask): Ditto.

    testsuite/ChangeLog:

            PR target/95046
            * gcc.target/i386/pr95046-2.c: New test.

Reply via email to