JVM_IR KT-46864 handle "unused" LDC instructions properly
This commit is contained in:
committed by
TeamCityServer
parent
be097244d4
commit
9091ca7b51
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -18668,6 +18668,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_double.kt")
|
||||
public void testKt46864_double() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_double.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_long.kt")
|
||||
public void testKt46864_long() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt518.kt")
|
||||
public void testKt518() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt518.kt");
|
||||
|
||||
Generated
+10
@@ -18074,6 +18074,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_double.kt")
|
||||
public void testKt46864_double() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_double.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_long.kt")
|
||||
public void testKt46864_long() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt518.kt")
|
||||
public void testKt518() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt518.kt");
|
||||
|
||||
Generated
+10
@@ -18139,6 +18139,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_double.kt")
|
||||
public void testKt46864_double() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_double.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_long.kt")
|
||||
public void testKt46864_long() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt518.kt")
|
||||
public void testKt518() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt518.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -11475,6 +11475,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_double.kt")
|
||||
public void testKt46864_double() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_double.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_long.kt")
|
||||
public void testKt46864_long() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt518.kt")
|
||||
public void testKt518() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt518.kt");
|
||||
|
||||
Reference in New Issue
Block a user