[PATCH] D23283: Debugging of optimized code: When locals have their address taken as part of a call use their stack slots as location expressions for debug info.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 15:45:41 PDT 2016


majnemer added a subscriber: majnemer.
majnemer added a comment.

Does this do the right thing if the stack offset is reused for another purpose via the lifetime intrinsics?


https://reviews.llvm.org/D23283





More information about the llvm-commits mailing list