Commit 50798048 by Richard Henderson

* config/ia64/ia64.md (extendsfdf2): Split only after reload.

From-SVN: r33789
parent 4a7270f2
......@@ -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")])
......
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