@@ -2339,7 +2339,10 @@ CONSTANT_TRANSLATION(UnconditionalCheckedCastAddrInst, Store)
23392339CONSTANT_TRANSLATION(AllocGlobalInst, Ignored)
23402340CONSTANT_TRANSLATION(AutoreleaseValueInst, Ignored)
23412341CONSTANT_TRANSLATION(DeallocBoxInst, Ignored)
2342+ CONSTANT_TRANSLATION(DeallocPartialRefInst, Ignored)
2343+ CONSTANT_TRANSLATION(DeallocRefInst, Ignored)
23422344CONSTANT_TRANSLATION(DeallocStackInst, Ignored)
2345+ CONSTANT_TRANSLATION(DeallocStackRefInst, Ignored)
23432346CONSTANT_TRANSLATION(DebugValueInst, Ignored)
23442347CONSTANT_TRANSLATION(DestroyAddrInst, Ignored)
23452348CONSTANT_TRANSLATION(DestroyValueInst, Ignored)
@@ -2440,9 +2443,6 @@ CONSTANT_TRANSLATION(RebindMemoryInst, Unhandled)
24402443CONSTANT_TRANSLATION(ThrowAddrInst, Unhandled)
24412444CONSTANT_TRANSLATION(AwaitAsyncContinuationInst, Unhandled)
24422445CONSTANT_TRANSLATION(DeallocPackInst, Unhandled)
2443- CONSTANT_TRANSLATION(DeallocStackRefInst, Unhandled)
2444- CONSTANT_TRANSLATION(DeallocRefInst, Unhandled)
2445- CONSTANT_TRANSLATION(DeallocPartialRefInst, Unhandled)
24462446CONSTANT_TRANSLATION(UnmanagedRetainValueInst, Unhandled)
24472447CONSTANT_TRANSLATION(UnmanagedReleaseValueInst, Unhandled)
24482448CONSTANT_TRANSLATION(UnmanagedAutoreleaseValueInst, Unhandled)
0 commit comments