This is an archive of the discontinued LLVM Phabricator instance.

[mlir] multi-argument binding for top-level transform ops
ClosedPublic

Authored by ftynse on Jan 25 2023, 8:55 AM.

Details

Summary

applyTransforms now takes an optional mapping to be associated with
trailing block arguments of the top-level transform op, in addition to
the payload root. This allows for more advanced forms of communication
between C++ code and the transform dialect interpreter, in particular
supplying operations without having to re-match them during
interpretation.

Diff Detail

Event Timeline

ftynse created this revision.Jan 25 2023, 8:55 AM
ftynse requested review of this revision.Jan 25 2023, 8:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 8:55 AM
shabalin accepted this revision.Jan 31 2023, 6:05 AM
This revision is now accepted and ready to land.Jan 31 2023, 6:05 AM
This revision was automatically updated to reflect the committed changes.