[all-commits] [llvm/llvm-project] 0a5898: [mlir][Linalg] Remove alloc/dealloc pair as a call...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Wed Nov 24 10:36:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a58982b082df3b0b995a19f2cbed34228fda73d
https://github.com/llvm/llvm-project/commit/0a58982b082df3b0b995a19f2cbed34228fda73d
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/TensorInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
Log Message:
-----------
[mlir][Linalg] Remove alloc/dealloc pair as a callback.
The alloc dealloc pair generation callback is really central to the
bufferization algorithm, it modifies the state in a way that affects
correctness. This is not really a configurable option. Moving it to
BufferizationState removes what was probably the reason it was added
as a callback.
Differential Revision: https://reviews.llvm.org/D114417
More information about the All-commits
mailing list