Do not extend LVT ranges during inplace arguments inlining

Otherwise, R8 does not transform kotlin-reflect, failing bootstrap.
Leaving end label the same is safe, since we do not remove labels during
transformation.
This commit is contained in:
Ilmir Usmanov
2021-08-22 07:51:24 +02:00
committed by Space
parent 92e94a4068
commit c01c356817
10 changed files with 68 additions and 29 deletions
@@ -15024,6 +15024,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineArgsInPlace/inlineCircularDedepency.kt");
}
@TestMetadata("kotlinReflect.kt")
public void testKotlinReflect() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt");
}
@TestMetadata("mapSet.kt")
public void testMapSet() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt");