[all-commits] [llvm/llvm-project] c95fcd: [mlir][bufferization] Remove `resolveUsesInRepetit...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 2 07:04:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c95fcd343d405e659190b746052a9fcac573f8ac
https://github.com/llvm/llvm-project/commit/c95fcd343d405e659190b746052a9fcac573f8ac
Author: Matthias Springer <me at m-sp.org>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/TensorCopyInsertion.cpp
M mlir/test/Dialect/Linalg/one-shot-bufferize.mlir
M mlir/test/Dialect/SCF/one-shot-bufferize.mlir
Log Message:
-----------
[mlir][bufferization] Remove `resolveUsesInRepetitiveRegions` (#67927)
The bufferization analysis has been improved over the last months and
this workaround is no longer needed.
More information about the All-commits
mailing list