[LLVMbugs] [Bug 17460] New: [SPARC64] SparcInstrInfo.td didn't emit fcc register for floating point compare instruction.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 2 23:02:37 PDT 2013


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

            Bug ID: 17460
           Summary: [SPARC64] SparcInstrInfo.td didn't emit fcc register
                    for floating point compare instruction.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: Sparc
          Assignee: unassignedbugs at nondot.org
          Reporter: syoyofujita at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

According to SparcV9 64bit(A.13 Floating-Point Compare in
http://www.sparc.com/standards/SPARCV9.pdf), floating compare instruction must
have fcc register, but current SparcInstrInfo.td doesn't care of it.

# expected(only in SparcV9 + 64bit target)
fcmpd %fcc0, %f0, %f2

# current
fcmpd %f0, %f2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131003/abe63bd1/attachment.html>


More information about the llvm-bugs mailing list