[LLVMbugs] [Bug 1550] NEW: test/CodeGen/Generic/intrinsics.ll fails on Sparc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 12 08:03:23 PDT 2007


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

           Summary: test/CodeGen/Generic/intrinsics.ll fails on Sparc
           Product: libraries
           Version: trunk
          Platform: Sun
        OS/Version: SunOS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: SparcV8
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ggreif at gmail.com


I get this error:

FAIL: /home/ggreif/llvm/test/CodeGen/Generic/intrinsics.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-upgrade <
/home/ggreif/llvm/test/CodeGen/Generic/intrinsics.ll | llvm-as | llc


        .text
        .align  16
        .globl  test_sqrt
        .type   test_sqrt, #function
test_sqrt:
        save -96, %o6, %o6
        st %i0, [%i6+-4]
        ld [%i6+-4], %f0
        fsqrts %f0, %f0
        fstod %f0, %f0
        fsqrtd %f0, %f0
        restore %g0, %g0, %g0
        retl
        nop
Assertion failed: I != r2iMap_.end() && "Interval does not exist for register",
file /home/ggreif/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h, line 102



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list