This is an archive of the discontinued LLVM Phabricator instance.

[cora async] Cleanup undefined llvm.coro.async.resume
ClosedPublic

Authored by aschwaighofer on Sep 21 2021, 12:16 PM.

Details

Summary

In situations where the coroutine function is not split we can just
replace the async.resume by null.

rdar://82591919

Diff Detail

Event Timeline

aschwaighofer created this revision.Sep 21 2021, 12:16 PM
aschwaighofer requested review of this revision.Sep 21 2021, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 12:16 PM

Add missing CHECKs

This revision is now accepted and ready to land.Sep 22 2021, 12:29 PM
This revision was landed with ongoing or failed builds.Sep 30 2021, 1:27 PM
This revision was automatically updated to reflect the committed changes.