[LLVMbugs] [Bug 22495] Assertion `Offset <= PieceOffset && "overlapping or duplicate pieces"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 9 15:58:34 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22495
Adrian Prantl <aprantl at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Adrian Prantl <aprantl at apple.com> ---
There was also a second problem: When When updating debug info during SROA we
should not emit debug info for any padding introduced by SROA. In particular
not for an alloca that represents only the padding introduced by a previous
iteration.
Fixed in r228632.
--
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/20150209/3fa19599/attachment.html>
More information about the llvm-bugs
mailing list