[all-commits] [llvm/llvm-project] cca053: [mlir][transform][linalg][python] Add mix-in for F...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Wed Jul 19 07:43:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cca053c1f07bb8349019bcb7f72c80ed8176bc11
https://github.com/llvm/llvm-project/commit/cca053c1f07bb8349019bcb7f72c80ed8176bc11
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
M mlir/test/python/dialects/transform_structured_ext.py
Log Message:
-----------
[mlir][transform][linalg][python] Add mix-in for FuseIntoContainingOp.
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`.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D155695
More information about the All-commits
mailing list