[all-commits] [llvm/llvm-project] d1c8df: [mlir][linalg][bufferize] Decouple ComprehensiveBu...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Nov 11 17:08:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1c8df8743429a79ffd62043f00b6e568b4d2e34
https://github.com/llvm/llvm-project/commit/d1c8df8743429a79ffd62043f00b6e568b4d2e34
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
A mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.h
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/CMakeLists.txt
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
A mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][linalg][bufferize] Decouple ComprehensiveBufferize from Linalg
The remaining dialects will be decoupled from ComprehensiveBufferize in separate commits.
Differential Revision: https://reviews.llvm.org/D113459
More information about the All-commits
mailing list