[LLVMbugs] [Bug 15838] 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 16:23:15 PDT 2013


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

Andrew Trick <atrick at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Andrew Trick <atrick at apple.com> ---
Fixed in r180227.

The new subpass expected a nonempty block. Which is usually true but we don't
filter out blocks with multiple dbg.value.

Some day I must figure out how to reduce metadata so I can checkin test cases
like this.

-- 
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/b4ed6f46/attachment.html>


More information about the llvm-bugs mailing list