[JVM] Extend boxing/unboxing optimizations to coroutine boxing.

This commit is contained in:
Mads Ager
2021-05-06 11:21:26 +02:00
committed by Ilmir Usmanov
parent 4994cb3774
commit afa1b8bfdc
5 changed files with 102 additions and 1 deletions
@@ -742,6 +742,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/simpleUninitializedMerge.kt");
}
@Test
@TestMetadata("suspendBoxing.kt")
public void testSuspendBoxing() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/suspendBoxing.kt");
}
@Test
@TestMetadata("unsafeRemoving.kt")
public void testUnsafeRemoving() throws Exception {