[LLVMbugs] [Bug 15838] New: SlotIndexes::getInstructionIndex(const llvm::MachineInstr*) const: Assertion `itr != mi2iMap.end() && "Instruction not found in maps."' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 24 14:42:08 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15838
Bug ID: 15838
Summary: SlotIndexes::getInstructionIndex(const
llvm::MachineInstr*) const: Assertion `itr !=
mi2iMap.end() && "Instruction not found in maps."'
failed.
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: hfinkel at anl.gov
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10422
--> http://llvm.org/bugs/attachment.cgi?id=10422&action=edit
bugpoint reduced test case
The attached test case now crashes with this assertion:
llc:
/nfs2/hfinkel/src/llvm-trunk-writable/include/llvm/CodeGen/SlotIndexes.h:410:
llvm::SlotIndex llvm::SlotIndexes::getInstructionIndex(const
llvm::MachineInstr*) const: Assertion `itr != mi2iMap.end() && "Instruction not
found in maps."' failed.
I believe this may be related to "r180193 - MI Sched: eliminate local vreg
copies.".
Run with -mtriple=powerpc64-unknown-linux-gnu -mcpu=ppc64 -enable-misched
--
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/20130424/1199b3ae/attachment.html>
More information about the llvm-bugs
mailing list