Re-enable "JVM IR: Move direct invoke optimization into a separate pass"

This commit is contained in:
Steven Schäfer
2022-07-18 11:18:38 +02:00
committed by Alexander Udalov
parent 6f0ff6aeb0
commit 7e472301b6
19 changed files with 193 additions and 419 deletions
@@ -6,14 +6,13 @@ fun box() {
}()
}
// EXPECTATIONS JVM JVM_IR
// test.kt:4 box
// EXPECTATIONS JVM
// test.kt:5 invoke
// EXPECTATIONS JVM_IR
// test.kt:5 box$lambda$0
// EXPECTATIONS JVM JVM_IR
// test.kt:5 box
// EXPECTATIONS JVM
// test.kt:4 box
// test.kt:5 invoke
// test.kt:4 box
// EXPECTATIONS JVM JVM_IR
// test.kt:7 box
// EXPECTATIONS JS_IR