IR KT-49372 cache progression loop parameters if their values can change
This commit is contained in:
committed by
teamcityserver
parent
7fb82232cd
commit
45a4cea655
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -21405,6 +21405,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInSumDownToSum.kt")
|
||||
public void testForInSumDownToSum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forIntInDownTo.kt")
|
||||
public void testForIntInDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt");
|
||||
|
||||
Generated
+5
@@ -20811,6 +20811,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInSumDownToSum.kt")
|
||||
public void testForInSumDownToSum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forIntInDownTo.kt")
|
||||
public void testForIntInDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -19951,6 +19951,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInSumDownToSum.kt")
|
||||
public void testForInSumDownToSum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forIntInDownTo.kt")
|
||||
public void testForIntInDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt");
|
||||
|
||||
+6
@@ -23311,6 +23311,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forInSumDownToSum.kt")
|
||||
public void testForInSumDownToSum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forIntInDownTo.kt")
|
||||
public void testForIntInDownTo() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user