s390.c (s390_memory_move_cost): Increase costs for memory accesses.
2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.c (s390_memory_move_cost): Increase costs for memory accesses. From-SVN: r220169
This commit is contained in:
parent
f954fb25aa
commit
fb1a3f8f57
@ -1,3 +1,8 @@
|
|||||||
|
2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* config/s390/s390.c (s390_memory_move_cost): Increase costs for
|
||||||
|
memory accesses.
|
||||||
|
|
||||||
2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
* config/s390/s390.c (s390_register_move_cost): Increase costs for
|
* config/s390/s390.c (s390_register_move_cost): Increase costs for
|
||||||
|
@ -2442,7 +2442,7 @@ s390_memory_move_cost (machine_mode mode ATTRIBUTE_UNUSED,
|
|||||||
reg_class_t rclass ATTRIBUTE_UNUSED,
|
reg_class_t rclass ATTRIBUTE_UNUSED,
|
||||||
bool in ATTRIBUTE_UNUSED)
|
bool in ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return 1;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Compute a (partial) cost for rtx X. Return true if the complete
|
/* Compute a (partial) cost for rtx X. Return true if the complete
|
||||||
|
Loading…
Reference in New Issue
Block a user