Skip NOP instructions in fast pop backward propagation
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun testPrimitiveArray(ints: IntArray) =
|
||||
10 in ints.indices
|
||||
|
||||
// 0 DUP
|
||||
// 0 POP
|
||||
Reference in New Issue
Block a user