Skip NOP instructions in fast pop backward propagation

This commit is contained in:
Dmitry Petrov
2017-06-30 18:23:43 +03:00
parent 36cbc0defd
commit 614d90d6ef
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
// WITH_RUNTIME
fun testPrimitiveArray(ints: IntArray) =
10 in ints.indices
// 0 DUP
// 0 POP