[all-commits] [llvm/llvm-project] 9775c0: [mlir] Fix ControlFlowInterfaces implementation fo...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Fri Aug 20 02:13:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9775c0c9f0bb8e72d48912d5dd572dd38d7ca819
      https://github.com/llvm/llvm-project/commit/9775c0c9f0bb8e72d48912d5dd572dd38d7ca819
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/lib/Dialect/Async/IR/Async.cpp

  Log Message:
  -----------
  [mlir] Fix ControlFlowInterfaces implementation for Async dialect

* Add `RegionBranchTerminatorOpInterface` to `YieldOp`.
* Implement `getSuccessorEntryOperands` in `ExecuteOp`.
* Fix `getSuccessorRegions` implementation in `ExecuteOp`.

Reviewed By: ezhulenev

Differential Revision: https://reviews.llvm.org/D108373




More information about the All-commits mailing list