[PATCH] D68209: [LiveDebugValues] Introduce entry values of unmodified params

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 05:22:48 PST 2019


djtodoro updated this revision to Diff 229285.
djtodoro added a comment.

-Rebasing on top of the latest LLVM
-Add an additional `LLVM_DEBUG()` output for debugging purpose within the `recordEntryValue()`
-Refactor the code a bit
-Add the `stack` machine function attribute to a test, since it was needed for the new approach for distinguishing the callee saved regs


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68209/new/

https://reviews.llvm.org/D68209

Files:
  llvm/lib/CodeGen/LiveDebugValues.cpp
  llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir
  llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir
  llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir
  llvm/test/DebugInfo/MIR/X86/kill-entry-value-after-diamond-bbs.mir
  llvm/test/DebugInfo/MIR/X86/propagate-entry-value-cross-bbs.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68209.229285.patch
Type: text/x-patch
Size: 61609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/007d3e4e/attachment.bin>


More information about the llvm-commits mailing list