[all-commits] [llvm/llvm-project] 6fe77b: [mlir][Linalg] Fail comprehensive bufferization if...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Sep 15 08:15:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fe77b1051cc6e01dc1ac2d47f51802ab938e076
https://github.com/llvm/llvm-project/commit/6fe77b1051cc6e01dc1ac2d47f51802ab938e076
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-invalid.mlir
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][Linalg] Fail comprehensive bufferization if a memref is returned.
Summary:
Reviewers:
Subscribers:
Differential revision: https://reviews.llvm.org/D109824
More information about the All-commits
mailing list