[all-commits] [llvm/llvm-project] 8ddd98: [mlir][linalg] Return newly created ops from buffe...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 11 07:34:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ddd98f83136646bd4f88fe35919b0af03337b75
https://github.com/llvm/llvm-project/commit/8ddd98f83136646bd4f88fe35919b0af03337b75
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/IR/PatternMatch.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/pad-to-specific-memory-space.mlir
M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
Log Message:
-----------
[mlir][linalg] Return newly created ops from bufferize_to_allocation
Return all ops that were generated as part of the bufferization, so that users do not have to match them in the enclosing op.
Differential Revision: https://reviews.llvm.org/D154966
More information about the All-commits
mailing list