diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-03-24 13:57:19 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2017-03-24 13:57:19 +0000 |
commit | 590961cff2aefdba30048ac5edd228f19114e72c (patch) | |
tree | f7ddeb2d33ab5d8a1d7a4d21340f2de453a4fd7d /gcc/tree-inline.c | |
parent | 298f464762bb4b6c07c5e6ce5a94654bafee23c0 (diff) | |
download | gcc-590961cff2aefdba30048ac5edd228f19114e72c.zip gcc-590961cff2aefdba30048ac5edd228f19114e72c.tar.gz gcc-590961cff2aefdba30048ac5edd228f19114e72c.tar.bz2 |
S/390: movdf improvements
This patch add the vector load element from immediate instruction to the
movdf/dd pattern for loading a FP zero and it removes the vector
instructions from the mov<mode>_64 pattern. These were pointless in
there because z13 support implies DFP support so these instructions will
always be matched in the mov<mode>_64dfp pattern instead.
Regression tested on s390x
gcc/ChangeLog:
2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
FP zero.
("*mov<mode>_64" DD_DF): Remove the vector instructions. These
will anyway by matched by mov<mode>_64dfp.
From-SVN: r246448
Diffstat (limited to 'gcc/tree-inline.c')
0 files changed, 0 insertions, 0 deletions