[all-commits] [llvm/llvm-project] b4f24b: [mlir][bufferization] Simplify helper `potentially...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 19 04:22:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4f24be7ef9bb08f6c3d6e96c998a942d95e0038
https://github.com/llvm/llvm-project/commit/b4f24be7ef9bb08f6c3d6e96c998a942d95e0038
Author: Matthias Springer <me at m-sp.org>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocationSimplification.cpp
M mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation-simplification.mlir
Log Message:
-----------
[mlir][bufferization] Simplify helper `potentiallyAliasesMemref` (#78690)
This commit simplifies a helper function in the ownership-based buffer
deallocation pass. Fixes a potential double-free (depending on the
scheduling of patterns).
More information about the All-commits
mailing list