This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Include anchor op in PassManager.parse
ClosedPublic

Authored by rkayaith on Oct 20 2022, 5:37 PM.

Details

Summary

The pipeline string must now include the pass manager's anchor op. This
makes the parse API properly roundtrip the printed form of a pass
manager.

Diff Detail

Event Timeline

rkayaith created this revision.Oct 20 2022, 5:37 PM
Herald added a reviewer: aartbik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
rkayaith updated this revision to Diff 469723.Oct 21 2022, 12:49 PM
rkayaith edited the summary of this revision. (Show Details)

update summary

rkayaith published this revision for review.Oct 24 2022, 11:50 AM
mehdi_amini accepted this revision.Oct 24 2022, 5:57 PM

Nice :)

This revision is now accepted and ready to land.Oct 24 2022, 5:57 PM
This revision was automatically updated to reflect the committed changes.