[PATCH] D56793: [SelectionDAG] Add option -dag-dump-verbose-dbg

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 09:31:57 PST 2019


bjope created this revision.
bjope added a reviewer: jmorse.

New option -dag-dump-verbose-dbg that adds an extra level
of verbosity compared to -dag-dump-verbose. It will print
the number of DbgValues that are mapped to each SDNode.

It will also dump some info about SDDbgValue nodes in
SelectionDAG::dump().


Repository:
  rL LLVM

https://reviews.llvm.org/D56793

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56793.182073.patch
Type: text/x-patch
Size: 3775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190116/1a729882/attachment.bin>


More information about the llvm-commits mailing list