Fold I2L with ICONST_n when beneficial
ICONST_0; I2L -> LCONST_0 ICONST_1; I2L -> LCONST_1
This commit is contained in:
@@ -7,4 +7,4 @@ fun testLongWithCollection(i: Long, xs: List<Any>) = i in xs.indices
|
||||
// 0 getIndices
|
||||
// 0 contains
|
||||
// 2 size
|
||||
// 2 I2L
|
||||
// 1 I2L
|
||||
|
||||
Reference in New Issue
Block a user