[all-commits] [llvm/llvm-project] 8f6119: [mlir][linalg][bufferize] Add mustBufferizeInPlace...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 02:33:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f6119128f28c2e8a5a92ae230b9af32861e6c87
https://github.com/llvm/llvm-project/commit/8f6119128f28c2e8a5a92ae230b9af32861e6c87
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.td
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Add mustBufferizeInPlace to op interface
This is useful for ops such as scf::IfOp, which always bufferize in-place.
This commit is in preparation of decoupling BufferizationAliasInfo from the SCF dialect.
Differential Revision: https://reviews.llvm.org/D113339
More information about the All-commits
mailing list