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

           Summary: Assertion in LiveIntervals
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3916)
 --> (http://llvm.org/bugs/attachment.cgi?id=3916)
Testcase

Consider the code attached. Running LLC yields an assertion:

$ ./llc intr.ll 
llc: /home/asl/proj/llvm/src/include/llvm/CodeGen/LiveIntervalAnalysis.h:87:
llvm::LiveInterval& llvm::LiveIntervals::getInterval(unsigned int): Assertion
`I != r2iMap_.end() && "Interval does not exist for register"' failed.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to