[all-commits] [llvm/llvm-project] 165287: [mlir][linalg][bufferize] Reimplementation of Tile...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Dec 15 01:48:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1652871473a70e9908d794e858388edc89cd6e88
https://github.com/llvm/llvm-project/commit/1652871473a70e9908d794e858388edc89cd6e88
Author: Matthias Springer <springerm at google.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][linalg][bufferize] Reimplementation of TiledLoopOp bufferization
Instead of modifying the existing linalg.tiled_loop op, create a new op with memref input/outputs and delete the old op.
Differential Revision: https://reviews.llvm.org/D115493
More information about the All-commits
mailing list