Commit 5563be3d authored by rth's avatar rth
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33789 138bc75d-0d04-0410-961f-82ee72b054a4
parent e681d0a0
......@@ -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