[PATCH] D61940: [DebugInfo] Don't always extend variable locations when the reg location is unchanging
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 08:53:52 PDT 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
> The assumption that stack variable locations run to the end of a function, even over the frame destruction, is seen in GCC here [0].
I'm fine with implementing this behavior as long as we document it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61940/new/
https://reviews.llvm.org/D61940
More information about the llvm-commits
mailing list