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
This commit is contained in:
parent
17836103ae
commit
09487185c8
|
@ -1,3 +1,9 @@
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue