Fix bytecode tests after new optimizations
- Turn some const conditions into non-const conditions - Make sure inlined const values are used where required (otherwise they are eliminated by POP backward propagation)
This commit is contained in:
Vendored
+1
-1
@@ -11,4 +11,4 @@ inline fun lookAtMe(f: () -> Int): Int {
|
||||
}
|
||||
|
||||
// TODO: Less NOPs is better
|
||||
// 1 NOP
|
||||
// 2 NOP
|
||||
Reference in New Issue
Block a user