diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2013-06-06 20:05:16 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2013-06-06 20:05:16 +0000 |
commit | 3597e1135e5dce1fa8a7d69d933ae5dea2177591 (patch) | |
tree | c21b26315cc4a140b4b4bd538d318b01ccec686a /gcc/config/s390/s390.md | |
parent | 01037aeb478abb6c6c06c07c7368eead9032b677 (diff) | |
download | gcc-3597e1135e5dce1fa8a7d69d933ae5dea2177591.zip gcc-3597e1135e5dce1fa8a7d69d933ae5dea2177591.tar.gz gcc-3597e1135e5dce1fa8a7d69d933ae5dea2177591.tar.bz2 |
s390.opt (mlra): New option.
2013-06-06 Vladimir Makarov <vmakarov@redhat.com>
* config/s390/s390.opt (mlra): New option.
* config/s390/s390.c (s390_decompose_address): Check displacement
for all registers for LRA.
(s390_secondary_reload): Don't used secondary reloads for LRA.
(s390_lra_p): New function.
(TARGET_LRA_P): Define.
* config/s390/s390.md (*movmem_short, *clrmem_short): Change value
of attribute cpu_facility to zarch for the last alternative.
(*cmpmem_short): Ditto.
From-SVN: r199754
Diffstat (limited to 'gcc/config/s390/s390.md')
-rw-r--r-- | gcc/config/s390/s390.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index cad4f5f..9279dfa 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -2690,7 +2690,7 @@ "(GET_MODE (operands[2]) == Pmode || GET_MODE (operands[2]) == VOIDmode)" "#" [(set_attr "type" "cs") - (set_attr "cpu_facility" "*,*,z10,*")]) + (set_attr "cpu_facility" "*,*,z10,zarch")]) (define_split [(set (match_operand:BLK 0 "memory_operand" "") @@ -2899,7 +2899,7 @@ "(GET_MODE (operands[1]) == Pmode || GET_MODE (operands[1]) == VOIDmode)" "#" [(set_attr "type" "cs") - (set_attr "cpu_facility" "*,*,z10,*")]) + (set_attr "cpu_facility" "*,*,z10,zarch")]) (define_split [(set (match_operand:BLK 0 "memory_operand" "") @@ -3075,7 +3075,7 @@ "(GET_MODE (operands[2]) == Pmode || GET_MODE (operands[2]) == VOIDmode)" "#" [(set_attr "type" "cs") - (set_attr "cpu_facility" "*,*,z10,*")]) + (set_attr "cpu_facility" "*,*,z10,zarch")]) (define_split [(set (reg:CCU CC_REGNUM) |