This is an archive of the discontinued LLVM Phabricator instance.

ISel type legalizer: debug messages. NFC.
ClosedPublic

Authored by SjoerdMeijer on Oct 10 2017, 6:25 AM.

Details

Summary

Minor addition and follow up of r314773 and r311533: this adds more
debug messages to the type legalizer. For each node, it dumps
legalization info for results and operands nodes, rather than just the
final legalized node.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Oct 10 2017, 6:25 AM
samparker accepted this revision.Oct 16 2017, 6:42 AM
This revision is now accepted and ready to land.Oct 16 2017, 6:42 AM
This revision was automatically updated to reflect the committed changes.