This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][transform][python] Add mix-in class.
ClosedPublic

Authored by ingomueller-net on Aug 2 2023, 10:26 AM.

Details

Summary

This patch adds a mix-in class for the only transform op of the tensor
dialect that can benefit from one: the MakeLoopIndependentOp. It adds an
overload that makes providing the return type optional.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2023, 10:26 AM
ingomueller-net requested review of this revision.Aug 2 2023, 10:26 AM
ftynse accepted this revision.Aug 3 2023, 2:17 AM
This revision is now accepted and ready to land.Aug 3 2023, 2:17 AM