This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Async: check awaited operand error state after sync await
ClosedPublic

Authored by ezhulenev on Sep 3 2021, 5:27 AM.

Details

Summary

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

Diff Detail

Event Timeline

ezhulenev created this revision.Sep 3 2021, 5:27 AM
ezhulenev requested review of this revision.Sep 3 2021, 5:27 AM
ezhulenev edited the summary of this revision. (Show Details)Sep 3 2021, 5:28 AM
ezhulenev added a reviewer: mehdi_amini.
mehdi_amini accepted this revision.Sep 3 2021, 4:53 PM
This revision is now accepted and ready to land.Sep 3 2021, 4:53 PM