This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Add builder to ApplyPatternsOp
ClosedPublic

Authored by springerm on Jun 7 2023, 2:27 AM.

Details

Summary

Add a builder that takes a callback to construct the body of the op.

Diff Detail

Event Timeline

springerm created this revision.Jun 7 2023, 2:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 2:27 AM
springerm requested review of this revision.Jun 7 2023, 2:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 2:27 AM
nicolasvasilache accepted this revision.Jun 7 2023, 2:54 AM
This revision is now accepted and ready to land.Jun 7 2023, 2:54 AM
This revision was automatically updated to reflect the committed changes.