[LLVMbugs] [Bug 2615] mips cannot return double.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Aug 3 10:43:49 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2615


Bruno Cardoso Lopes <bruno.cardoso at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Bruno Cardoso Lopes <bruno.cardoso at gmail.com>  2008-08-03 12:43:49 ---

This bug is not present for EABI or single float only environments (where 2
integer registers are used to hold f64 values), but only for normal O32 ABI
ones.
I fixed for O32 ABI now, it's also worth mentioning that this ABI is not fully
implemented. Please, continue to report bugs as you fell the need, so I can
implement what is missing from O32.
Thanks, 

The fix :
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsCallingConv.td?r1=54311&r2=54312&view=diff&pathrev=54312


-- 
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