s390.md (TD/TF mem to reg move splitter): Make the temporary register to match Pmode.

2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md (TD/TF mem to reg move splitter): Make the
	temporary register to match Pmode.

From-SVN: r173572
This commit is contained in:
Andreas Krebbel 2011-05-09 14:37:12 +00:00 committed by Andreas Krebbel
parent bae14a373c
commit a9e6994ab9
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md (TD/TF mem to reg move splitter): Make the
temporary register to match Pmode.
2011-05-09 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1

View file

@ -2026,6 +2026,7 @@
[(set (match_dup 0) (match_dup 1))]
{
rtx addr = operand_subword (operands[0], 1, 0, <MODE>mode);
addr = gen_lowpart (Pmode, addr);
s390_load_address (addr, XEXP (operands[1], 0));
operands[1] = replace_equiv_address (operands[1], addr);
})