[all-commits] [llvm/llvm-project] 87568c: [mlir][linalg] Mark linalg.yield as ReturnLike
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu Nov 26 05:44:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87568c07f052b6872a4444f3af4f2b7d5dcbbf72
https://github.com/llvm/llvm-project/commit/87568c07f052b6872a4444f3af4f2b7d5dcbbf72
Author: Stephan Herhut <herhut at google.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/integration_test/Dialect/Linalg/CPU/test-tensor-e2e.mlir
M mlir/integration_test/Dialect/Linalg/CPU/test-tensor-matmul.mlir
Log Message:
-----------
[mlir][linalg] Mark linalg.yield as ReturnLike
This change is required so that bufferization can properly identify
the linalg.yield as a terminator with an associated parent op.
Differential Revision: https://reviews.llvm.org/D92173
More information about the All-commits
mailing list