OSDN Git Service

ISel type legalization: add debug messages. NFCI.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 3 Oct 2017 08:54:15 +0000 (08:54 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 3 Oct 2017 08:54:15 +0000 (08:54 +0000)
commit813edffd7a15ba31b526a6642bff66d43bad550a
tree5c529b74a195f285bb0caf1daf3c992baac99c6a
parent7ef69e2f260b5333b85756e3d48468ac9e9a6c8a
ISel type legalization: add debug messages. NFCI.

This adds some more debug messages to the type legalizer and functions
like PromoteNode, ExpandNode, ExpandLibCall in an attempt to make
the debug messages a little bit more informative and useful.

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

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