[IR] Not try Null constant in fold constant
^KT-46859 fixed
This commit is contained in:
committed by
teamcityserver
parent
b18d4af37b
commit
c62a965180
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -939,6 +939,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt19767_chain.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46859.kt")
|
||||
public void testKt46859() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt46859.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5493.kt")
|
||||
public void testKt5493() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
|
||||
|
||||
Generated
+5
@@ -939,6 +939,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt19767_chain.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46859.kt")
|
||||
public void testKt46859() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt46859.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5493.kt")
|
||||
public void testKt5493() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
|
||||
|
||||
Generated
+5
@@ -939,6 +939,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt19767_chain.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46859.kt")
|
||||
public void testKt46859() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt46859.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5493.kt")
|
||||
public void testKt5493() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -824,6 +824,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt19767_chain.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46859.kt")
|
||||
public void testKt46859() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt46859.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5588.kt")
|
||||
public void testKt5588() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt5588.kt");
|
||||
|
||||
Reference in New Issue
Block a user