[PATCH] D71416: [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressions
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 06:16:33 PST 2019
djtodoro added a comment.
Thanks! LGTM.
We can use llvm.org/pr44275 to track improvements for this.
================
Comment at: llvm/test/DebugInfo/MIR/X86/dbgcall-site-reference.mir:103
+name: _ZN1DC2E1B
+tracksRegLiveness: true
+liveins:
----------------
I guess we do not need the `tracksRegLiveness`, `liveins`, `stack` and `callSites` for the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71416/new/
https://reviews.llvm.org/D71416
More information about the llvm-commits
mailing list