This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform][linalg][python] Add mix-in for FuseIntoContainingOp.
ClosedPublic

Authored by ingomueller-net on Jul 19 2023, 5:04 AM.

Details

Summary

The class did not have any mix-in until now. The new mix-in has two
overloads for the constructor of the class: one with all arguments and
one without the result types, which are defaulted to AnyOpType.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 5:04 AM
ingomueller-net requested review of this revision.Jul 19 2023, 5:04 AM
ftynse accepted this revision.Jul 19 2023, 5:11 AM
This revision is now accepted and ready to land.Jul 19 2023, 5:11 AM