This is an archive of the discontinued LLVM Phabricator instance.

[mlir-opt] Add a '-dump-pass-pipeline' option
ClosedPublic

Authored by rkayaith on Oct 11 2022, 9:58 PM.

Details

Summary

Add an option to dump the pipeline that will be run to stderr. A
dedicated option is needed since the existing test-dump-pipeline
pipeline won't be usable with -pass-pipeline after D135745.

Diff Detail

Event Timeline

rkayaith created this revision.Oct 11 2022, 9:58 PM
Herald added a project: Restricted Project. · View Herald Transcript
rkayaith published this revision for review.Oct 11 2022, 10:51 PM
rkayaith added a reviewer: mehdi_amini.
mehdi_amini accepted this revision.Oct 11 2022, 11:15 PM
This revision is now accepted and ready to land.Oct 11 2022, 11:15 PM
rriddle accepted this revision.Oct 11 2022, 11:52 PM
This revision was automatically updated to reflect the committed changes.