This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Provide defaults to make enabling dumping simpler
ClosedPublic

Authored by jpienaar on May 29 2020, 10:18 AM.

Details

Summary

This adds some default values to enableIRPrinting so that it is simpler to enable it for a given pass manager. I kept on finding myself duplicating pretty much this call every time I wanted to do a quick debug run.

Diff Detail

Event Timeline

jpienaar created this revision.May 29 2020, 10:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2020, 10:18 AM
rriddle accepted this revision.Jun 1 2020, 2:30 PM
This revision is now accepted and ready to land.Jun 1 2020, 2:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2020, 2:30 PM
This revision was automatically updated to reflect the committed changes.