[PATCH] D36964: [AArch64] ISel legalization debug messages. NFCI.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 09:15:31 PDT 2017


SjoerdMeijer added a comment.

The disadvantage of moving it to SelectionDAG is that we lose the context where the new nodes are created. In other words, the debug message will (potentially) become less specific. But since they currently do not have an awful lot of context, I think your suggestion makes sense. I will experiment to see if it works.


https://reviews.llvm.org/D36964





More information about the llvm-commits mailing list