[all-commits] [llvm/llvm-project] fd52b4: [mlir] Async: check awaited operand error state af...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Sat Sep 4 05:00:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd52b4357a6eb718c2c7f9cfe1d8f55ef195edb1
      https://github.com/llvm/llvm-project/commit/fd52b4357a6eb718c2c7f9cfe1d8f55ef195edb1
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-09-04 (Sat, 04 Sep 2021)

  Changed paths:
    M mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCounting.cpp
    M mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
    M mlir/test/Dialect/Async/async-runtime-policy-based-ref-counting.mlir
    M mlir/test/Dialect/Async/async-to-async-runtime.mlir

  Log Message:
  -----------
  [mlir] Async: check awaited operand error state after sync await

Previously only await inside the async function (coroutine after lowering to async runtime) would check the error state

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list