]> granicus.if.org Git - llvm/commit
[SelectionDAG] Add getNode debug messages
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 22 Aug 2017 10:43:51 +0000 (10:43 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 22 Aug 2017 10:43:51 +0000 (10:43 +0000)
commitc2330d0540c7aee5a857a1a89ec14273e83b673b
tree771c4b4ec274ae005bc13580fd3932a15725e9d8
parentaa58e7feb3cddfde2f2794b5092c8bdff4bc9977
[SelectionDAG] Add getNode debug messages

This adds debug messages to various functions that create new SDValue nodes.
This is e.g. useful to have during legalization, as otherwise it can prints
legalization info of nodes that did not appear in the dumps before.

Differential Revision: https://reviews.llvm.org/D36984

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311444 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp