mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
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.
This commit is contained in:
parent
6416f67273
commit
2a2dea6b63
@ -1,3 +1,15 @@
|
||||
2020-05-12 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
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.
|
||||
|
||||
2020-05-12 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-ssa-live.c (remove_unused_locals): Remove dead debug
|
||||
|
Loading…
Reference in New Issue
Block a user