[LLVMbugs] [Bug 2122] New: frem does not work with floats on x86 without SSE

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 5 07:41:08 PST 2008


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

           Summary: frem does not work with floats on x86 without SSE
           Product: libraries
           Version: trunk
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicolas.geoffray at lip6.fr
                CC: llvmbugs at cs.uiuc.edu


The frem instruction does not work when it operates on float on X86 without
SSE.

Here's the testcase:

define float @func(float %a, float %b) nounwind  {
entry:
        %tmp3 = frem float %a, %b               ; <float> [#uses=1]
        ret float %tmp3
}


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