[LLVMbugs] [Bug 5600] New: Assertion in LiveIntervals
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 23 13:11:16 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5600
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: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3857)
--> (http://llvm.org/bugs/attachment.cgi?id=3857)
Bugpoint reduction
Consider the attached bytecode
$ ./llc bugpoint-reduced-simplified.bc
llc: /home/asl/proj/llvm/src/lib/CodeGen/LiveInterval.cpp:284: void
llvm::LiveInterval::removeRange(llvm::SlotIndex, llvm::SlotIndex, bool):
Assertion `I->containsRange(Start, End) && "Range is not entirely in
interval!"' 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.
More information about the llvm-bugs
mailing list