[all-commits] [llvm/llvm-project] be8742: [mlir][linalg][bufferize][NFC] Merge AllocationCal...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jan 19 01:43:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be8742b6c9c7d919db33212a27dc230632dbb1d3
https://github.com/llvm/llvm-project/commit/be8742b6c9c7d919db33212a27dc230632dbb1d3
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
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/LinalgInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/TensorInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
Log Message:
-----------
[mlir][linalg][bufferize][NFC] Merge AllocationCallbacks into BufferizationOptions
Also move `createAlloc` and related helper functions out of BufferizationState. The goal is to make BufferizationState as small as possible. (Code cleanup)
Differential Revision: https://reviews.llvm.org/D117476
More information about the All-commits
mailing list