[all-commits] [llvm/llvm-project] 598c5d: [mlir][bufferize] Support fully dynamic layout map...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon May 23 09:47:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 598c5ddba6b0fd1e7226ffd4dc34e44ec7c7c513
https://github.com/llvm/llvm-project/commit/598c5ddba6b0fd1e7226ffd4dc34e44ec7c7c513
Author: Matthias Springer <springerm at google.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-out-params.mlir
Log Message:
-----------
[mlir][bufferize] Support fully dynamic layout maps in BufferResultsToOutParams
Also fixes integration of the pass into One-Shot Bufferize and adds additional test cases.
BufferResultsToOutParams can be used with "identity-layout-map" and "fully-dynamic-layout-map". "infer-layout-map" is not supported.
Differential Revision: https://reviews.llvm.org/D125636
More information about the All-commits
mailing list