[PATCH] D61181: [WIP][DebugInfo] Avoid SelectionDAG un-necessarily debug-referring to dead VRegs

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 05:49:22 PDT 2019


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

Remove an accidental isIndirect=true flag, my bad.

NB, this patch does make four tests fail, all due to subtle shifts in DBG_VALUE placement (which is expected). I'll add the updates for those if this turns out to be a profitable direction.


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

https://reviews.llvm.org/D61181

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61181.198632.patch
Type: text/x-patch
Size: 7744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190508/1fe76dad/attachment.bin>


More information about the llvm-commits mailing list