This is an archive of the discontinued LLVM Phabricator instance.

[mlir] clean up transform dialect definitions, NFC
ClosedPublic

Authored by ftynse on Oct 4 2022, 8:51 AM.

Details

Summary

Refactor the definition of the Transform dialect to move non-trivial
method implementations out of the .td file, and detemplatize functions
when possible while moving their implementations to a .cpp.

Diff Detail

Event Timeline

ftynse created this revision.Oct 4 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 8:51 AM
ftynse requested review of this revision.Oct 4 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 8:51 AM
nicolasvasilache accepted this revision.Oct 4 2022, 9:40 AM
This revision is now accepted and ready to land.Oct 4 2022, 9:40 AM
This revision was automatically updated to reflect the committed changes.