File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/SILOptimizer/Analysis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2427,6 +2427,9 @@ CONSTANT_TRANSLATION(DynamicMethodBranchInst, TerminatorPhi)
2427
2427
// Today, await_async_continuation just takes Sendable values
2428
2428
// (UnsafeContinuation and UnsafeThrowingContinuation).
2429
2429
CONSTANT_TRANSLATION(AwaitAsyncContinuationInst, AssertingIfNonSendable)
2430
+ CONSTANT_TRANSLATION(GetAsyncContinuationInst, AssertingIfNonSendable)
2431
+ CONSTANT_TRANSLATION(GetAsyncContinuationAddrInst, AssertingIfNonSendable)
2432
+ CONSTANT_TRANSLATION(ExtractExecutorInst, AssertingIfNonSendable)
2430
2433
2431
2434
// ===---
2432
2435
// Existential Box
@@ -2463,9 +2466,6 @@ CONSTANT_TRANSLATION(LinearFunctionInst, Unhandled)
2463
2466
CONSTANT_TRANSLATION(DifferentiableFunctionExtractInst, Unhandled)
2464
2467
CONSTANT_TRANSLATION(LinearFunctionExtractInst, Unhandled)
2465
2468
CONSTANT_TRANSLATION(DifferentiabilityWitnessFunctionInst, Unhandled)
2466
- CONSTANT_TRANSLATION(GetAsyncContinuationInst, Unhandled)
2467
- CONSTANT_TRANSLATION(GetAsyncContinuationAddrInst, Unhandled)
2468
- CONSTANT_TRANSLATION(ExtractExecutorInst, Unhandled)
2469
2469
CONSTANT_TRANSLATION(BeginUnpairedAccessInst, Unhandled)
2470
2470
CONSTANT_TRANSLATION(EndUnpairedAccessInst, Unhandled)
2471
2471
You can’t perform that action at this time.
0 commit comments