This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix ControlFlowInterfaces implementation for Async dialect
ClosedPublic

Authored by vinograd47 on Aug 19 2021, 6:39 AM.

Details

Summary
  • Add RegionBranchTerminatorOpInterface to YieldOp.
  • Implement getSuccessorEntryOperands in ExecuteOp.
  • Fix getSuccessorRegions implementation in ExecuteOp.

Diff Detail

Event Timeline

vinograd47 created this revision.Aug 19 2021, 6:39 AM
vinograd47 requested review of this revision.Aug 19 2021, 6:39 AM
ezhulenev accepted this revision.Aug 19 2021, 9:18 AM
This revision is now accepted and ready to land.Aug 19 2021, 9:18 AM