[PATCH] D102917: [LiveDebugVariables] Stop trimming locations of non-inlined vars
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 24 02:01:05 PDT 2021
djtodoro added a comment.
Herald added a subscriber: foad.
@Orlando Thanks for looking into this!
> I can see that in the tests you've updated in this patch some DBG_VALUEs are moved from just outside to inside the prologue.
I think this is the main reason of the improvement. The motivation for this fix was to improve MIR and DBG_VALUE, so it becomes as close as possible to its COPY.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102917/new/
https://reviews.llvm.org/D102917
More information about the llvm-commits
mailing list