This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Include anchor op in reproducer pipeline string
ClosedPublic

Authored by rkayaith on Sep 25 2022, 9:11 PM.

Details

Summary

Including the anchor op ensures that all pass manager settings are fully
specified, and makes the string consistent with the printed form.

Depends on D134622

Diff Detail

Event Timeline

rkayaith created this revision.Sep 25 2022, 9:11 PM
Herald added a project: Restricted Project. · View Herald Transcript
rkayaith updated this revision to Diff 462805.Sep 25 2022, 9:41 PM
rkayaith edited the summary of this revision. (Show Details)

simplify change

rkayaith updated this revision to Diff 462806.Sep 25 2022, 9:45 PM

clang-format

rkayaith updated this revision to Diff 463393.Sep 27 2022, 6:59 PM
rkayaith edited the summary of this revision. (Show Details)

fix RUN command for windows

rkayaith updated this revision to Diff 464812.Oct 3 2022, 2:11 PM
rkayaith edited the summary of this revision. (Show Details)

update

rkayaith added inline comments.Oct 3 2022, 3:31 PM
mlir/test/Pass/run-reproducer.mlir
17

not sure why whitespace gets printed after the {

rkayaith published this revision for review.Oct 3 2022, 3:31 PM
rkayaith added a reviewer: mehdi_amini.
rkayaith updated this revision to Diff 467238.Oct 12 2022, 12:47 PM

update docs, rename variable

rriddle accepted this revision.Oct 20 2022, 6:04 PM
rriddle added inline comments.
mlir/test/Pass/run-reproducer.mlir
17

I think we should fix that, otherwise seems like it will create problems elsewhere.

This revision is now accepted and ready to land.Oct 20 2022, 6:04 PM
This revision was automatically updated to reflect the committed changes.