[PATCH] D71416: [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressions

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 01:53:44 PST 2019


dstenb marked 2 inline comments as done.
dstenb added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/X86/dbgcall-site-reference.mir:103
+name:            _ZN1DC2E1B
+tracksRegLiveness: true
+liveins:
----------------
djtodoro wrote:
> I guess we do not need the `tracksRegLiveness`, `liveins`, `stack` and `callSites` for the test case.
I'll remove those when landing this.


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