This is an archive of the discontinued LLVM Phabricator instance.

[mlir][TestDialect] Fix invalid custom op printers
ClosedPublic

Authored by rkayaith on May 7 2023, 5:55 PM.

Details

Summary

This fixes a few custom printers which were printing IR that couldn't be
round-tripped.

Diff Detail

Event Timeline

rkayaith created this revision.May 7 2023, 5:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 5:55 PM
rkayaith published this revision for review.May 7 2023, 7:47 PM
rkayaith added a reviewer: rriddle.
rriddle accepted this revision.Jun 9 2023, 11:15 AM
This revision is now accepted and ready to land.Jun 9 2023, 11:15 AM
This revision was automatically updated to reflect the committed changes.