llvm-project/mlir/test/Dialect/Async
Eugene Zhulenev fd52b4357a [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
2021-09-04 05:00:17 -07:00
..
async-parallel-for-async-dispatch.mlir [mlir] Async: special handling for parallel loops with zero iterations 2021-07-23 01:22:59 -07:00
async-parallel-for-canonicalize.mlir [mlir:Async] Remove async operations if it is statically known that the parallel operation has a single compute block 2021-06-29 09:26:28 -07:00
async-parallel-for-compute-fn.mlir [mlir] Async: clone constants into async.execute functions and parallel compute functions 2021-08-02 12:17:41 -07:00
async-parallel-for-seq-dispatch.mlir [mlir:Async] Submit accidentally omitted changes 2021-06-25 12:23:02 -07:00
async-runtime-policy-based-ref-counting.mlir [mlir] Async: check awaited operand error state after sync await 2021-09-04 05:00:17 -07:00
async-runtime-ref-counting-opt.mlir [mlir:Async] Fix a bug in automatic refence counting around function calls 2021-06-29 09:35:43 -07:00
async-runtime-ref-counting.mlir [mlir] Async reference counting for block successors with divergent reference counted liveness 2021-05-27 09:21:59 -07:00
async-to-async-runtime-eliminate-blocking.mlir Refactor AsyncToAsyncRuntime pass to boost understandability. 2021-07-29 12:01:07 -07:00
async-to-async-runtime.mlir [mlir] Async: check awaited operand error state after sync await 2021-09-04 05:00:17 -07:00
coro.mlir [mlir:Async] Add intermediate async.coro and async.runtime operations to simplify Async to LLVM lowering 2021-01-25 14:04:33 -08:00
ops.mlir [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
runtime.mlir [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
verify.mlir [mlir:async] Use ODS to define async types 2021-01-26 02:37:50 -08:00