[all-commits] [llvm/llvm-project] 88f429: [mlir][bufferization] OneShotBufferizeOp: Add opti...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jul 14 04:39:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88f4292a165cf0b65aca8632840d73e2a094b05f
https://github.com/llvm/llvm-project/commit/88f4292a165cf0b65aca8632840d73e2a094b05f
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
M mlir/lib/Dialect/Bufferization/TransformOps/BufferizationTransformOps.cpp
M mlir/lib/Dialect/Bufferization/TransformOps/CMakeLists.txt
M mlir/test/Dialect/Bufferization/Transforms/transform-ops.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][bufferization] OneShotBufferizeOp: Add options to use linalg.copy
This new option allows users to specify a custom memcpy op.
Differential Revision: https://reviews.llvm.org/D155280
More information about the All-commits
mailing list