[all-commits] [llvm/llvm-project] 4dd5f7: [mlir][bufferize] Add argument materialization for...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu Nov 26 04:44:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4dd5f79f07022dbbff547f4aff13b27134331215
https://github.com/llvm/llvm-project/commit/4dd5f79f07022dbbff547f4aff13b27134331215
Author: Stephan Herhut <herhut at google.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/Transforms/FuncConversions.h
M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.td
M mlir/include/mlir/Transforms/Passes.h
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Dialect/StandardOps/Transforms/FuncBufferize.cpp
M mlir/lib/Dialect/StandardOps/Transforms/FuncConversions.cpp
M mlir/lib/Transforms/Bufferize.cpp
A mlir/test/Dialect/Standard/func-bufferize-partial.mlir
M mlir/test/Dialect/Standard/func-bufferize.mlir
Log Message:
-----------
[mlir][bufferize] Add argument materialization for bufferization
This enables partial bufferization that includes function signatures. To test this, this
change also makes the func-bufferize partial and adds a dedicated finalizing-bufferize pass.
Differential Revision: https://reviews.llvm.org/D92032
More information about the All-commits
mailing list