[LLVMbugs] [Bug 6300] New: SimpleRegisterCoalescing assert: Interval does not exist for register

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Feb 14 10:20:00 PST 2010


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

           Summary: SimpleRegisterCoalescing assert: Interval does not exist
                    for register
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4227)
 --> (http://llvm.org/bugs/attachment.cgi?id=4227)
testcase .ll

$ llc coalesce.ll
llc: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:87: llvm::LiveInterval&
llvm::LiveIntervals::getInterval(unsigned int): Assertion `I != r2iMap_.end()
&& "Interval does not exist for register"' failed.
...
7  llc       0x000000000130df89
llvm::SimpleRegisterCoalescing::JoinCopy(llvm::CopyRec&, bool&) + 5753
8  llc       0x0000000001311b9e
llvm::SimpleRegisterCoalescing::CopyCoalesceInMBB(llvm::MachineBasicBlock*,
std::vector<llvm::CopyRec, std::allocator<llvm::CopyRec> >&) + 1368
9  llc       0x0000000001311e7e llvm::SimpleRegisterCoalescing::joinIntervals()
+ 624
10 llc       0x000000000131290d
llvm::SimpleRegisterCoalescing::runOnMachineFunction(llvm::MachineFunction&) +
827


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