[all-commits] [llvm/llvm-project] af5533: [mlir][Linalg] Better support for bufferizing non-...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Jul 13 03:27:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af55335924ea852e1208d35e2462435f4a3d639c
https://github.com/llvm/llvm-project/commit/af55335924ea852e1208d35e2462435f4a3d639c
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][Linalg] Better support for bufferizing non-tensor results.
Clean up corner cases related to elemental tensor / buffer type return values that would previously fail.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D105857
More information about the All-commits
mailing list