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.
2 parents f002d70 + ff83e30 commit ed1097cCopy full SHA for ed1097c
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