]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.md (*movoi_internal_avx): Set mode attribute to XI for SSE constm1 operands...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 25 Apr 2016 19:15:26 +0000 (21:15 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 25 Apr 2016 19:15:26 +0000 (21:15 +0200)
commita7d56fb84086a717160b181b61eebd544e806ffc
treeedda10e8fed8e9e51da9b7bce27478246467976f
parente6e860a2c98b25731642126619adf35d4e1fd97c
i386.md (*movoi_internal_avx): Set mode attribute to XI for SSE constm1 operands and TARGET_AVX512VL.

* config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
for SSE constm1 operands and TARGET_AVX512VL.
(*movti_internal): Ditto.
(*mov<mode>_or): Use constm1_operand predicate.
* config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
for SSE vector_all_ones operands and TARGET_AVX512VL.
* config/i386/predicates.md (constm1_operand): New predicate.
* config/i386/i386.c (standard_sse_constant_opcode): Simplify
emission of constant -1 load.

From-SVN: r235416
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/config/i386/predicates.md
gcc/config/i386/sse.md