]> granicus.if.org Git - llvm/commit
[ARM] ARMExpandPseudoInsts: add debug messages
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 24 May 2019 08:25:02 +0000 (08:25 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 24 May 2019 08:25:02 +0000 (08:25 +0000)
commitc9505f181c36a3c6691773f5d3a284c75370e925
treed4c16eb4bfbad86b4d9861f6dbeb0339d0c2fe1f
parentf6b47d2a4fe6194129b1d709f595eb34e410c9a0
[ARM] ARMExpandPseudoInsts: add debug messages

This pass wasn't printing any messages at all, which I find really inconvenient
while debugging/tracing things. It now dumps the before and after of expanded
instructions. It doesn't do this yet for all instructions, but this is a good
start I guess.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361604 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp