[LLVMbugs] [Bug 14221] New: SQRTSS and similar scalar SSE insns are not accurately modelled

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 30 16:12:06 PDT 2012


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

             Bug #: 14221
           Summary: SQRTSS and similar scalar SSE insns are not accurately
                    modelled
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: michael.liao at intel.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Scalar SSE instructions, such as SQRTSS, should be model as binary insns with
the one input tied to the output and the other is the regular numeric input
source. This's exactly the model of AVX variants.

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