This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] generate transform module on-the-fly
ClosedPublic

Authored by ftynse on Jun 5 2023, 11:46 AM.

Details

Summary

Add a TransformInterpreterPassBase capability to generate the (shared)
module containing the transform script during the pass initialization.
This is helpful to programmatically generate the script as opposed to
parsing it from the textual module.

Diff Detail

Event Timeline

ftynse created this revision.Jun 5 2023, 11:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 11:46 AM
ftynse requested review of this revision.Jun 5 2023, 11:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 11:46 AM
springerm accepted this revision.Jun 6 2023, 2:30 AM
This revision is now accepted and ready to land.Jun 6 2023, 2:30 AM
This revision was automatically updated to reflect the committed changes.