Skip to content

Commit a647bb4

Browse files
committed
[Coroutines] Restore accidentally dropped intrinsic IDs
These were unintentionally dropped in #145518. These intrinsics are not overloaded, so should be part of this list.
1 parent bcca57b commit a647bb4

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)