JVM_IR: do not generate redundant load+stores before inline calls
This commit is contained in:
+5
@@ -3412,6 +3412,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
public void testStackHeightBug() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/special/stackHeightBug.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unusedInlineLambda.kt")
|
||||
public void testUnusedInlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/special/unusedInlineLambda.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/stackOnReturn")
|
||||
|
||||
Reference in New Issue
Block a user