[LLVMbugs] [Bug 6676] New: LLVM does not correctly support legalize actions for FP <-> INT conversion

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 22 10:33:30 PDT 2010


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

           Summary: LLVM does not correctly support legalize actions for
                    FP <-> INT conversion
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: micah.villmow at amd.com
                CC: llvmbugs at cs.uiuc.edu


LLVm currently does not use getConvertAction for any FP <-> INT conversions.
This causes a problem with my backend as I need to custom lower all double <->
[32|64]b integers but not 8 or 16b integers.

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