JVM_IR KT-49136 don't optimize null checks on fields and calls
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -18138,6 +18138,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt22410.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49136a.kt")
|
||||
public void testKt49136a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7774.kt")
|
||||
public void testKt7774() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt7774.kt");
|
||||
|
||||
Generated
+5
@@ -17544,6 +17544,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt22410.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49136a.kt")
|
||||
public void testKt49136a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7774.kt")
|
||||
public void testKt7774() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt7774.kt");
|
||||
|
||||
Generated
+5
@@ -17574,6 +17574,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt22410.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49136a.kt")
|
||||
public void testKt49136a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7774.kt")
|
||||
public void testKt7774() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt7774.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -14323,6 +14323,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt22410.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49136a.kt")
|
||||
public void testKt49136a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7774.kt")
|
||||
public void testKt7774() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt7774.kt");
|
||||
|
||||
Reference in New Issue
Block a user