[LLVMbugs] [Bug 6202] [mips] wrong transfer of double float value from FP register to GP register
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 8 12:56:11 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=6202
Bruno Cardoso Lopes <bruno.cardoso at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |bruno.cardoso at gmail.com
Resolution| |FIXED
--- Comment #1 from Bruno Cardoso Lopes <bruno.cardoso at gmail.com> 2011-04-08 14:56:11 CDT ---
This was fixed somewhere between 2.8 and 2.9.
Now it generates:
sqrt.d $f0, $f0
mov.s $f2, $f0
mov.s $f0, $f1
swc1 $f2, 48($sp)
swc1 $f0, 44($sp)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list