Skip to content

Commit

Permalink
2016-11-29 Michael Meissner <meissner@linux.vnet.ibm.com>
Browse files Browse the repository at this point in the history
	PR target/78594
	* config/rs6000/rs6000.md (mov<mode>_internal, QHI iterator): Add
	'x' to stxsi<wd>x print pattern, so that QImode and HImode values
	residing in traditional altivec registers can be stored
	correctly.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242983 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
meissner committed Nov 30, 2016
1 parent ca7dda2 commit 17f0f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2016-11-29 Michael Meissner <meissner@linux.vnet.ibm.com>

PR target/78594
* config/rs6000/rs6000.md (mov<mode>_internal, QHI iterator): Add
'x' to stxsi<wd>x print pattern, so that QImode and HImode values
residing in traditional altivec registers can be stored
correctly.

2016-11-29 Max Filippov <jcmvbkbc@gmail.com>

PR target/78603
Expand Down
2 changes: 1 addition & 1 deletion gcc/config/rs6000/rs6000.md
Original file line number Diff line number Diff line change
Expand Up @@ -6826,7 +6826,7 @@
l<wd>z%U1%X1 %0,%1
lxsi<wd>zx %x0,%y1
st<wd>%U0%X0 %1,%0
stxsi<wd>x %1,%y0
stxsi<wd>x %x1,%y0
li %0,%1
xxlor %x0,%x1,%x1
xxspltib %x0,0
Expand Down

0 comments on commit 17f0f5a

Please sign in to comment.