Skip to content

Commit ed1097c

Browse files
Merge pull request #11057 from swiftlang/jepa-stable2
[stable/21.x][Coroutines] Restore accidentally dropped intrinsic IDs
2 parents f002d70 + ff83e30 commit ed1097c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Transforms/Coroutines/Coroutines.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ static Intrinsic::ID NonOverloadedCoroIntrinsics[] = {
8585
Intrinsic::coro_id_async,
8686
Intrinsic::coro_id_retcon,
8787
Intrinsic::coro_id_retcon_once,
88+
Intrinsic::coro_noop,
89+
Intrinsic::coro_prepare_async,
90+
Intrinsic::coro_prepare_retcon,
8891
Intrinsic::coro_promise,
8992
Intrinsic::coro_resume,
9093
Intrinsic::coro_save,

0 commit comments

Comments
 (0)