i386.md (*addqi_1): Add preferred_for_speed attribute to disparage alternatives 3...
authorUros Bizjak <ubizjak@gmail.com>
Sat, 7 May 2016 14:36:11 +0000 (16:36 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 7 May 2016 14:36:11 +0000 (16:36 +0200)
commit764b257d43b7d8a7b44f1041b6a6f3ec1afe663f
tree0fbec96de2e26107747cd7678085a840148265a3
parent5ec4a8cd76196b82dfa1b6e16b6646e6342c969f
i386.md (*addqi_1): Add preferred_for_speed attribute to disparage alternatives 3 and 4 for...

* config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
(*andqi_1): Add preferred_for_speed attribute to disparage
alternative 2 for TARGET_PARTIAL_REG_STALL targets.
(*<code>qi_1): Ditto.
(*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
alternative 1 for TARGET_PARTIAL_REG_STALL targets.
(*ashlqi3_1): Ditto.
(*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
Add preferred_for_size attribute to disparage alternative 0 and
preferred_for_speed attribute to disparage alternative 1 for
TARGET_PARTIAL_REG_STALL targets.

From-SVN: r235996
gcc/ChangeLog
gcc/config/i386/i386.md