[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
Fri Dec 7 03:59:02 PST 2018


jmorse updated this revision to Diff 177172.
jmorse added a comment.

In a test, alter the fragment that two dbg.values refer to. I believe they were incorrect in the first place but silently ignored.


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.177172.patch
Type: text/x-patch
Size: 12387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181207/8e1055a8/attachment.bin>


More information about the llvm-commits mailing list