[all-commits] [llvm/llvm-project] 3b74aa: [mlir][bufferize] Do not run the buffer deallocati...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Mar 23 05:12:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b74aac29c97b587c30d940e00b338af384ede59
https://github.com/llvm/llvm-project/commit/3b74aac29c97b587c30d940e00b338af384ede59
Author: Matthias Springer <springerm at google.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
Log Message:
-----------
[mlir][bufferize] Do not run the buffer deallocation pass if no allocs escape block boundaries
This fixes a bufferization issue with ops that are not supported by the buffer deallocation pass when `allow-return-allocs=0`.
Differential Revision: https://reviews.llvm.org/D122304
More information about the All-commits
mailing list