[all-commits] [llvm/llvm-project] 5109cb: [mlir][bufferization] Make buffer deallocation pip...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Sep 27 06:06:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5109cb28fda8076f057c70bd25af7ed82de1d9b7
https://github.com/llvm/llvm-project/commit/5109cb28fda8076f057c70bd25af7ed82de1d9b7
Author: Matthias Springer <me at m-sp.org>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
M mlir/lib/Dialect/Bufferization/Pipelines/BufferizationPipelines.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
A mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-helper-function-invalid.mlir
A mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-helper-function.mlir
Log Message:
-----------
[mlir][bufferization] Make buffer deallocation pipeline op type independent (#67546)
The buffer deallocation pipeline now works on modules and functions.
Also add extra test cases that run the buffer deallocation pipeline on
modules and functions. (Test cases that insert a helper function.)
More information about the All-commits
mailing list