[PATCH] D36964: [AArch64] ISel legalization debug messages. NFCI.
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:40:44 PDT 2017
samparker added a comment.
Hi Sjoerd,
I completely agree that ISel can be a confusing pain with a lack of information! But wouldn't it be more helpful to make the detailed effort in SelectionDAG, in the calls to getNode, etc? Then all backends can take advantage and there isn't the burden on developers to remember to insert a call your debug function.
cheers,
sam
https://reviews.llvm.org/D36964
More information about the llvm-commits
mailing list