Fix PR92950: Wrong code emitted for movv1qi
authorAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 16 Dec 2019 08:03:28 +0000 (08:03 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 16 Dec 2019 08:03:28 +0000 (08:03 +0000)
commit070fa48b0a4fbdc754e18962d586f41cc263dad7
tree9d4b10d04c6a5cd89453fa4adf9b8e560b6117db
parent438fbf630358e113747c77b5be64fc3c1321d12a
Fix PR92950: Wrong code emitted for movv1qi

The backend emits 16 bit memory loads for single element character
vector.  As a result the character will not be right justified in the
GPR.

gcc/ChangeLog:

2019-12-16  Andreas Krebbel  <krebbel@linux.ibm.com>

PR target/92950
* config/s390/vector.md ("mov<mode>" for V_8): Replace lh, lhy,
and lhrl with llc.

gcc/testsuite/ChangeLog:

2019-12-16  Andreas Krebbel  <krebbel@linux.ibm.com>

PR target/92950
* gcc.target/s390/vector/pr92950.c: New test.

From-SVN: r279410
gcc/ChangeLog
gcc/config/s390/vector.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/vector/pr92950.c [new file with mode: 0644]