IBM Z: Fix constraints in vpdi patterns
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 8 Jan 2021 13:01:20 +0000 (14:01 +0100)
committerIlya Leoshkevich <iii@linux.ibm.com>
Fri, 8 Jan 2021 17:15:47 +0000 (18:15 +0100)
commit0e47d6c808fa5448f77850b4289fd612a37f53a3
tree504f89cb4606404e287c777953091b28a445dbca
parent745d04e796c1a7ebcea0185d0742d58b0c0030ab
IBM Z: Fix constraints in vpdi patterns

The destination register is only partially overwritten, so + should be
used instead of =.

gcc/ChangeLog:

2021-01-08  Ilya Leoshkevich  <iii@linux.ibm.com>

* config/s390/vector.md (*tf_to_fprx2_0): Rename from
"*mov_tf_to_fprx2_0" for consistency, fix constraint.
(*tf_to_fprx2_1): Rename from "*mov_tf_to_fprx2_1" for
consistency, fix constraint.
gcc/config/s390/vector.md