[all-commits] [llvm/llvm-project] 9d34c0: [mlir][bufferization][NFC] Simplify `bufferizeOp` ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 9 17:53:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d34c05222e9121eea99a97deb04c8fbfe0171d2
https://github.com/llvm/llvm-project/commit/9d34c05222e9121eea99a97deb04c8fbfe0171d2
Author: Matthias Springer <me at m-sp.org>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Simplify `bufferizeOp` function signature (#68625)
Remove the `opFilter` and `copyBeforeWrite` function arguments. These
options can already be configured in the `options` object.
More information about the All-commits
mailing list