OSDN Git Service

[AArch64] ISel legalization debug messages. NFCI.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 23 Aug 2017 08:18:37 +0000 (08:18 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 23 Aug 2017 08:18:37 +0000 (08:18 +0000)
commitcf5ecd39be5acdb6dbda9f1cd3ea0a7f5c98a687
treea94666618e56149b99307a5c2f4c3210d13e9768
parente2aa191ac4d1725a2251b169634ba769ec1becc6
[AArch64] ISel legalization debug messages. NFCI.

Debugging AArch64 instruction legalization and custom lowering is really an
unpleasant experience because it shows nodes that appear out of thin air.
In commit r311444, some debug messages have been added to SelectionDAG, the
target independent part, and this patch adds some AArch64 specific messages.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp