This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Async: Add error propagation support to async groups
ClosedPublic

Authored by ezhulenev on May 26 2021, 1:33 PM.

Details

Summary

Depends On D103109

If any of the tokens/values added to the !async.group switches to the error state, than the group itself switches to the error state.

Diff Detail

Event Timeline

ezhulenev created this revision.May 26 2021, 1:33 PM
ezhulenev requested review of this revision.May 26 2021, 1:33 PM
ezhulenev edited the summary of this revision. (Show Details)May 26 2021, 1:35 PM
ezhulenev added a reviewer: mehdi_amini.
mehdi_amini accepted this revision.May 26 2021, 9:10 PM
This revision is now accepted and ready to land.May 26 2021, 9:10 PM
This revision was landed with ongoing or failed builds.May 27 2021, 9:35 AM
This revision was automatically updated to reflect the committed changes.