[all-commits] [llvm/llvm-project] 7f153e: [mlir][linalg][bufferize] Add `isAllocationHoistin...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 18:01:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f153e8ba103bc9489ecdf09b5739ff262e2c54c
https://github.com/llvm/llvm-project/commit/7f153e8ba103bc9489ecdf09b5739ff262e2c54c
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.td
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Add `isAllocationHoistingBarrier` to op interface
This make `getResultBuffer` in ComprehensiveBufferize independent of the SCF, Affine and Linalg dialects. This commit is in preparating of decoupling op interface implementations from ComprehensiveBufferize.
Differential Revision: https://reviews.llvm.org/D113380
More information about the All-commits
mailing list