[PATCH] D36984: [SelectionDAG] Add getNode debug messages
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 15:31:41 PDT 2017
SjoerdMeijer created this revision.
This adds debug messages to various functions that create new SDValue nodes. This is e.g. useful to have during type legalization, as otherwise it can prints legalization info of nodes that did not appear in the dumps before.
This is related to https://reviews.llvm.org/D36964.
https://reviews.llvm.org/D36984
Files:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36984.112069.patch
Type: text/x-patch
Size: 3873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/8b745390/attachment-0001.bin>
More information about the llvm-commits
mailing list