[all-commits] [llvm/llvm-project] 3f6a35: [mlir] Introduce CallOp converter for buffer place...
Ehsan Toosi via All-commits
all-commits at lists.llvm.org
Tue Jun 2 02:38:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f6a35e3ffd49e063bb12464513b3847c535c242
https://github.com/llvm/llvm-project/commit/3f6a35e3ffd49e063bb12464513b3847c535c242
Author: Ehsan Toosi <ehsan.nadjaran_toosi at dfki.de>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M mlir/include/mlir/Transforms/BufferPlacement.h
M mlir/lib/Transforms/BufferPlacement.cpp
M mlir/test/Transforms/buffer-placement-preparation.mlir
M mlir/test/lib/Transforms/TestBufferPlacement.cpp
Log Message:
-----------
[mlir] Introduce CallOp converter for buffer placement
Add BufferAssignmentCallOpConverter as a pattern rewriter for Buffer
Placement. It matches the signature of the caller operation with the callee
after rewriting the callee with FunctionAndBlockSignatureConverter.
Differential Revision: https://reviews.llvm.org/D80785
More information about the All-commits
mailing list