[all-commits] [llvm/llvm-project] ba727a: [mlir][bufferization][scf] Implement BufferDealloc...
Martin Erhart via All-commits
all-commits at lists.llvm.org
Wed Sep 20 05:19:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba727ac2199c3c1cecfdaaa487cca0ffc29d2e64
https://github.com/llvm/llvm-project/commit/ba727ac2199c3c1cecfdaaa487cca0ffc29d2e64
Author: Martin Erhart <merhart at google.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/BufferDeallocationOpInterfaceImpl.cpp
M mlir/test/Dialect/SCF/buffer-deallocation.mlir
Log Message:
-----------
[mlir][bufferization][scf] Implement BufferDeallocationOpInterface for scf.reduce.return (#66886)
This is necessary to run the new buffer deallocation pipeline as part of
the sparse compiler pipeline.
More information about the All-commits
mailing list