This adds some debug messages to the type legalizer and functions
like PromoteNode, ExpandNode, ExpandLibCall in an attempt to make
the debug messages a little bit more informative and useful.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Sjoerd,
This is some good itch scratching! One comment from me, but no need to re-review. LGTM.
Thanks,
sam
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | ||
---|---|---|
2391 | I think this debug message and the one above would be more helpful contained in their corresponding if statement. |
I think this debug message and the one above would be more helpful contained in their corresponding if statement.