[all-commits] [llvm/llvm-project] 1a2ed7: [mlir] Support unranked types in func signature co...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Jul 7 10:44:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a2ed71a8a81a61e98a9f50fe5fa64b36e722632
https://github.com/llvm/llvm-project/commit/1a2ed71a8a81a61e98a9f50fe5fa64b36e722632
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M mlir/lib/Transforms/BufferPlacement.cpp
M mlir/test/Transforms/buffer-placement-preparation-allowed-memref-results.mlir
M mlir/test/Transforms/buffer-placement-preparation.mlir
Log Message:
-----------
[mlir] Support unranked types in func signature conversion in BufferPlacement.
Currently, only ranked tensor args and results can be converted to memref types.
Differential Revision: https://reviews.llvm.org/D83324
More information about the All-commits
mailing list