[PATCH] D57511: [DebugInfo] Stop changing labels for parameter DBG_VALUEs
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 16:12:47 PST 2019
aprantl added a comment.
Herald added a project: LLVM.
Does this have a noticeable effect on the debug info size?
Do we know about any remaining bugs where the first DBG_VALUE comes after the prologue_end and we would have a valid location at prologue_end? With constants perhaps? If yes, this would be a noticeable usability regression. Otherwise this just improves accuracy, which is always great.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57511/new/
https://reviews.llvm.org/D57511
More information about the llvm-commits
mailing list