[PATCH] D62297: [ARM] ARMExpandPseudoInsts: add debug messages

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 02:56:53 PDT 2019


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: samparker, dmgreen, efriedma.
Herald added subscribers: kristof.beyls, javed.absar.

This pass wasn't printing any messages at all, which I find really inconvenient while debugging/tracing things. It now dumps the module when changes are made (instructions have been expanded), and for some instruction expansions it dumps the before and after. It doesn't do this for all instructions, but this is a good start I guess.


https://reviews.llvm.org/D62297

Files:
  lib/Target/ARM/ARMExpandPseudoInsts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62297.200908.patch
Type: text/x-patch
Size: 3865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/dab8fa43/attachment.bin>


More information about the llvm-commits mailing list