[all-commits] [llvm/llvm-project] 1a3abc: [mlir][bufferization][NFC] Remove yielded tensor a...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Sep 22 06:14:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a3abc254a4cb8f4f5c1fa9edd53fdb3b4bc6b5a
https://github.com/llvm/llvm-project/commit/1a3abc254a4cb8f4f5c1fa9edd53fdb3b4bc6b5a
Author: Matthias Springer <me at m-sp.org>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Remove yielded tensor analysis (#67126)
Remove the yielded tensor analysis. This analysis was used to detect
cases where One-Shot Bufferize cannot deallocate buffers. Deallocation
has recently been removed from One-Shot Bufferize. Buffers are now
deallocated by the buffer deallocation pass. This analysis is no longer
needed.
More information about the All-commits
mailing list