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

           Summary: x86 long double APInt <-> APFloat conversion wrong
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=2727)
 --> (http://llvm.org/bugs/attachment.cgi?id=2727)
testcase .ll

On x86-linux, as the following testcase shows, converting
an x86 long double to an i80 or vice-versa gives the wrong
result.  The bits seem to be displaced from their correct
positions, perhaps an endianness problem?


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to