Do not mark fake inliner variables as alive
This prevents them from spilling. #KT-29317 Fixed
This commit is contained in:
committed by
Stanislav Erokhin
parent
7e4e1b9a4d
commit
e8c52e0a8f
@@ -1978,6 +1978,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/inlineReturnsNothing3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineSuspendReifiedNoSpilling.kt")
|
||||
public void testInlineSuspendReifiedNoSpilling() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("linenumberForOneParametersArgumentCall.kt")
|
||||
public void testLinenumberForOneParametersArgumentCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/linenumberForOneParametersArgumentCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user