Commit 6556f651 by Michael Meissner Committed by Michael Meissner

re PR target/78639 (Power9 bad code generation for cactusADM benchmark)

2016-12-02  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/78639
	* config/rs6000/rs6000.md (movdi_internal64): Fix typo in
	subversion id 242679 that causes the wrong store instruction to be
	generated if a DImode is in an Altivec register using REG+REG
	addressing.

From-SVN: r243206
parent 47109217
2016-12-02 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/78639
* config/rs6000/rs6000.md (movdi_internal64): Fix typo in
subversion id 242679 that causes the wrong store instruction to be
generated if a DImode is in an Altivec register using REG+REG
addressing.
2016-12-02 Uros Bizjak <ubizjak@gmail.com> 2016-12-02 Uros Bizjak <ubizjak@gmail.com>
PR target/70322 PR target/70322
...@@ -8239,7 +8239,7 @@ ...@@ -8239,7 +8239,7 @@
(define_insn "*movdi_internal64" (define_insn "*movdi_internal64"
[(set (match_operand:DI 0 "nonimmediate_operand" [(set (match_operand:DI 0 "nonimmediate_operand"
"=Y, r, r, r, r, r, "=Y, r, r, r, r, r,
^m, ^d, ^d, ^Y, $Z, $wb, ^m, ^d, ^d, ^wY, $Z, $wb,
$wv, ^wi, *wo, *wo, *wv, *wi, $wv, ^wi, *wo, *wo, *wv, *wi,
*wi, *wv, *wv, r, *h, *h, *wi, *wv, *wv, r, *h, *h,
?*r, ?*wg, ?*r, ?*wj") ?*r, ?*wg, ?*r, ?*wj")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment