This is an archive of the discontinued LLVM Phabricator instance.

[coro] Async coroutines: Make sure we can handle control flow in suspend point dispatch function
ClosedPublic

Authored by aschwaighofer on Nov 16 2020, 8:16 AM.

Details

Summary

Create a valid basic block with a terminator before we call
InlineFunction.

Diff Detail

Event Timeline

aschwaighofer created this revision.Nov 16 2020, 8:16 AM
aschwaighofer requested review of this revision.Nov 16 2020, 8:16 AM
eeckstein accepted this revision.Nov 16 2020, 8:18 AM
eeckstein added a subscriber: eeckstein.

LGTM!

This revision is now accepted and ready to land.Nov 16 2020, 8:18 AM
This revision was landed with ongoing or failed builds.Nov 16 2020, 12:00 PM
This revision was automatically updated to reflect the committed changes.