[all-commits] [llvm/llvm-project] ccd7f0: [mlir][memref][transform][python] Create mix-in fo...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Tue Aug 1 00:56:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccd7f0f1c38966b3e5e0a231e27152f67c6b7dc8
https://github.com/llvm/llvm-project/commit/ccd7f0f1c38966b3e5e0a231e27152f67c6b7dc8
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M mlir/python/CMakeLists.txt
A mlir/python/mlir/dialects/_memref_transform_ops_ext.py
A mlir/test/python/dialects/transform_memref_ext.py
M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
Log Message:
-----------
[mlir][memref][transform][python] Create mix-in for MemRefMultiBufferOp.
Create a mix-in class with an overloaded constructor that makes the
return type optional.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D156561
More information about the All-commits
mailing list