@@ -2422,18 +2422,10 @@ CONSTANT_TRANSLATION(LoadUnownedInst, Unhandled)
2422
2422
CONSTANT_TRANSLATION(ValueMetatypeInst, Unhandled)
2423
2423
CONSTANT_TRANSLATION(ExistentialMetatypeInst, Unhandled)
2424
2424
CONSTANT_TRANSLATION(VectorInst, Unhandled)
2425
- CONSTANT_TRANSLATION(TuplePackElementAddrInst, Unhandled)
2426
- CONSTANT_TRANSLATION(TuplePackExtractInst, Unhandled)
2427
- CONSTANT_TRANSLATION(PackElementGetInst, Unhandled)
2428
2425
CONSTANT_TRANSLATION(InitExistentialValueInst, Unhandled)
2429
2426
CONSTANT_TRANSLATION(InitExistentialMetatypeInst, Unhandled)
2430
2427
CONSTANT_TRANSLATION(OpenExistentialMetatypeInst, Unhandled)
2431
2428
CONSTANT_TRANSLATION(OpenExistentialValueInst, Unhandled)
2432
- CONSTANT_TRANSLATION(OpenPackElementInst, Unhandled)
2433
- CONSTANT_TRANSLATION(PackLengthInst, Unhandled)
2434
- CONSTANT_TRANSLATION(DynamicPackIndexInst, Unhandled)
2435
- CONSTANT_TRANSLATION(PackPackIndexInst, Unhandled)
2436
- CONSTANT_TRANSLATION(ScalarPackIndexInst, Unhandled)
2437
2429
CONSTANT_TRANSLATION(DifferentiableFunctionInst, Unhandled)
2438
2430
CONSTANT_TRANSLATION(LinearFunctionInst, Unhandled)
2439
2431
CONSTANT_TRANSLATION(DifferentiableFunctionExtractInst, Unhandled)
@@ -2446,7 +2438,6 @@ CONSTANT_TRANSLATION(BindMemoryInst, Unhandled)
2446
2438
CONSTANT_TRANSLATION(RebindMemoryInst, Unhandled)
2447
2439
CONSTANT_TRANSLATION(ThrowAddrInst, Unhandled)
2448
2440
CONSTANT_TRANSLATION(AwaitAsyncContinuationInst, Unhandled)
2449
- CONSTANT_TRANSLATION(DeallocPackInst, Unhandled)
2450
2441
CONSTANT_TRANSLATION(UnmanagedRetainValueInst, Unhandled)
2451
2442
CONSTANT_TRANSLATION(UnmanagedReleaseValueInst, Unhandled)
2452
2443
CONSTANT_TRANSLATION(UnmanagedAutoreleaseValueInst, Unhandled)
@@ -2456,7 +2447,21 @@ CONSTANT_TRANSLATION(AssignInst, Unhandled)
2456
2447
CONSTANT_TRANSLATION(AssignByWrapperInst, Unhandled)
2457
2448
CONSTANT_TRANSLATION(AssignOrInitInst, Unhandled)
2458
2449
CONSTANT_TRANSLATION(MarkFunctionEscapeInst, Unhandled)
2450
+
2451
+ // ===---
2452
+ // Packs
2453
+ //
2454
+
2455
+ CONSTANT_TRANSLATION(DeallocPackInst, Unhandled)
2456
+ CONSTANT_TRANSLATION(DynamicPackIndexInst, Unhandled)
2457
+ CONSTANT_TRANSLATION(OpenPackElementInst, Unhandled)
2458
+ CONSTANT_TRANSLATION(PackElementGetInst, Unhandled)
2459
2459
CONSTANT_TRANSLATION(PackElementSetInst, Unhandled)
2460
+ CONSTANT_TRANSLATION(PackLengthInst, Unhandled)
2461
+ CONSTANT_TRANSLATION(PackPackIndexInst, Unhandled)
2462
+ CONSTANT_TRANSLATION(ScalarPackIndexInst, Unhandled)
2463
+ CONSTANT_TRANSLATION(TuplePackElementAddrInst, Unhandled)
2464
+ CONSTANT_TRANSLATION(TuplePackExtractInst, Unhandled)
2460
2465
2461
2466
// ===---
2462
2467
// Apply
0 commit comments