[PATCH] D55372: [DebugInfo] Emit "undef" DBG_VALUEs when SDNodes are optimised out

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 10:06:46 PST 2018


jmorse updated this revision to Diff 176996.
jmorse retitled this revision from "[WIP] Emit "undef" DBG_VALUEs when SDNodes are optimised out" to "[DebugInfo] Emit "undef" DBG_VALUEs when SDNodes are optimised out".
jmorse edited the summary of this revision.
jmorse added reviewers: davide, aprantl, vsk, JDevlieghere, probinson.
jmorse set the repository for this revision to rL LLVM.
jmorse added subscribers: debug-info, llvm-commits.
jmorse added a comment.
Herald added subscribers: eraman, jholewinski.

Un-WIPed this revision which should be ready for review now: added llvm-commits, reviewers, and the like.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55372

Files:
  lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  test/CodeGen/X86/pr39896.ll
  test/DebugInfo/NVPTX/debug-info.ll
  test/DebugInfo/X86/dbg-value-inlined-parameter.ll
  test/DebugInfo/X86/pieces-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55372.176996.patch
Type: text/x-patch
Size: 12091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181206/ebcdf27b/attachment.bin>


More information about the llvm-commits mailing list