We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca57b commit a647bb4Copy full SHA for a647bb4
llvm/lib/Transforms/Coroutines/Coroutines.cpp
@@ -85,6 +85,9 @@ static Intrinsic::ID NonOverloadedCoroIntrinsics[] = {
85
Intrinsic::coro_id_async,
86
Intrinsic::coro_id_retcon,
87
Intrinsic::coro_id_retcon_once,
88
+ Intrinsic::coro_noop,
89
+ Intrinsic::coro_prepare_async,
90
+ Intrinsic::coro_prepare_retcon,
91
Intrinsic::coro_promise,
92
Intrinsic::coro_resume,
93
Intrinsic::coro_save,
0 commit comments