Commit 09487185 by Michael Meissner Committed by Michael Meissner

re PR target/58452 (GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case)

2013-09-18  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/58452
	* config/rs6000/paired.md (movmisalignv2sf): Fix to allow memory
	operands.

From-SVN: r202719
parent 17836103
2013-09-18 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/58452
* config/rs6000/paired.md (movmisalignv2sf): Fix to allow memory
operands.
2013-09-18 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/58438
......
......@@ -462,8 +462,8 @@
}")
(define_expand "movmisalignv2sf"
[(set (match_operand:V2SF 0 "gpc_reg_operand" "=f")
(match_operand:V2SF 1 "gpc_reg_operand" "f"))]
[(set (match_operand:V2SF 0 "nonimmediate_operand" "")
(match_operand:V2SF 1 "any_operand" ""))]
"TARGET_PAIRED_FLOAT"
{
paired_expand_vector_move (operands);
......
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