[all-commits] [llvm/llvm-project] ec1a41: [mlir][async] Fix missing dialect dependency in as...

rk via All-commits all-commits at lists.llvm.org
Tue Oct 11 22:10:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec1a419143bda5bc20660e3325fd7843543503fa
      https://github.com/llvm/llvm-project/commit/ec1a419143bda5bc20660e3325fd7843543503fa
  Author: rkayaith <rkayaith at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/Passes.td

  Log Message:
  -----------
  [mlir][async] Fix missing dialect dependency in async-to-async-runtime

The specific case I hit this was when lowering an `async.execute` that's
not inside a `func.func` op, e.g.:
```
llvm.func @foo() {
  %token = async.execute {
    async.yield
  }
  llvm.return
}
```

Reviewed By: bondhugula

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




More information about the All-commits mailing list