This change is required so that bufferization can properly identify the linalg.yield as a terminator with an associated parent op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92173
[mlir][linalg] Mark linalg.yield as ReturnLike ClosedPublic Authored by herhut on Nov 26 2020, 5:29 AM.
Details Summary This change is required so that bufferization can properly identify the linalg.yield as a terminator with an associated parent op.
Diff Detail
Event TimelineHerald added subscribers: mravishankar, teijeong, rdzhabarov and 15 others. · View Herald Transcript This revision is now accepted and ready to land.Nov 26 2020, 5:32 AM This revision was landed with ongoing or failed builds.Nov 26 2020, 5:44 AM Closed by commit rG87568c07f052: [mlir][linalg] Mark linalg.yield as ReturnLike (authored by herhut). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 307847 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/integration_test/Dialect/Linalg/CPU/test-tensor-e2e.mlir
mlir/integration_test/Dialect/Linalg/CPU/test-tensor-matmul.mlir
|