- Add RegionBranchTerminatorOpInterface to YieldOp.
- Implement getSuccessorEntryOperands in ExecuteOp.
- Fix getSuccessorRegions implementation in ExecuteOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108373
[mlir] Fix ControlFlowInterfaces implementation for Async dialect ClosedPublic Authored by vinograd47 on Aug 19 2021, 6:39 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, dcaballe and 17 others. · View Herald TranscriptAug 19 2021, 6:39 AM This revision is now accepted and ready to land.Aug 19 2021, 9:18 AM Closed by commit rG9775c0c9f0bb: [mlir] Fix ControlFlowInterfaces implementation for Async dialect (authored by vinograd47). · Explain WhyAug 20 2021, 2:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367742 mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
mlir/lib/Dialect/Async/IR/Async.cpp
|