[LLVMbugs] [Bug 19815] Mips debug information failure.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 24 06:15:33 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19815
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
This is a fun one. We bundle branch delay slots at machineinstruction level and
debug info generation was confused that the end of a basic block wasn't what it
was seeing when iterating over the block. Fixed in r209580.
This bug can only be observed on odd targets like Mips/SPARC and the VLIW
backends, the others don't use bundles.
--
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/20140524/8518c820/attachment.html>
More information about the llvm-bugs
mailing list