[all-commits] [llvm/llvm-project] d861cc: [coro] Async coroutines: Make sure we can handle c...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Mon Nov 16 12:00:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d861cc0e4311ec193cea9aaa5cfdc2b55563222c
https://github.com/llvm/llvm-project/commit/d861cc0e4311ec193cea9aaa5cfdc2b55563222c
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/test/Transforms/Coroutines/coro-async.ll
Log Message:
-----------
[coro] Async coroutines: Make sure we can handle control flow in suspend point dispatch function
Create a valid basic block with a terminator before we call
InlineFunction.
Differential Revision: https://reviews.llvm.org/D91547
More information about the All-commits
mailing list