[all-commits] [llvm/llvm-project] 926801: [mlir][bufferize] Decouple promoteBufferResultsToO...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jun 9 09:29:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92680126bfcf45c68b38678eca6ce685d6033059
https://github.com/llvm/llvm-project/commit/92680126bfcf45c68b38678eca6ce685d6033059
Author: Matthias Springer <springerm at google.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-out-params.mlir
Log Message:
-----------
[mlir][bufferize] Decouple promoteBufferResultsToOutParams from One-Shot Bufferize
Users should explicitly run `-buffer-results-to-out-params` instead.
The purpose of this change is to remove `finalizeBuffers`, which made it difficult to extend the bufferization to custom buffer types.
Differential Revision: https://reviews.llvm.org/D126253
More information about the All-commits
mailing list