* config/ia64/ia64.md (extendsfdf2): Split only after reload.
From-SVN: r33789
This commit is contained in:
parent
4a7270f207
commit
5079804811
@ -530,7 +530,7 @@
|
||||
(float_extend:DF (match_operand:SF 1 "register_operand" "0,f")))]
|
||||
""
|
||||
"mov %0 = %1"
|
||||
""
|
||||
"reload_completed"
|
||||
[(set (match_dup 0) (float_extend:DF (match_dup 1)))]
|
||||
"if (true_regnum (operands[0]) == true_regnum (operands[1])) DONE;"
|
||||
[(set_attr "type" "F")])
|
||||
|
Loading…
Reference in New Issue
Block a user