S/390: Calculate costs for load/store on condition
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Wed, 12 Jul 2017 14:59:36 +0000 (14:59 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 12 Jul 2017 14:59:36 +0000 (14:59 +0000)
commite5309d958112d799eae39f67b8660a11698e1328
treedc41b51f16c3a562c08b6beeaebce01fc2961326
parent8b718de8a7c45667773cd684b4e8267cfa8a27a7
S/390: Calculate costs for load/store on condition

This adds code to the backend rtx_costs function in order to model the
costs of a load/store on condition.

gcc/ChangeLog:

2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.c (s390_rtx_costs): Return proper costs for
load/store on condition.

From-SVN: r250152
gcc/ChangeLog
gcc/config/s390/s390.c