This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Include anchor op in PassManager constructor
ClosedPublic

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

Details

Summary

This adds an extra argument for specifying the pass manager's anchor op,
with a default of any. Previously the anchor was always defaulted to
builtin.module.

Diff Detail

Event Timeline

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

update summary

rkayaith published this revision for review.Oct 24 2022, 11:51 AM
mehdi_amini accepted this revision.Oct 24 2022, 5:58 PM
This revision is now accepted and ready to land.Oct 24 2022, 5:58 PM