Fold I2L with ICONST_n when beneficial
ICONST_0; I2L -> LCONST_0 ICONST_1; I2L -> LCONST_1
This commit is contained in:
@@ -7,5 +7,5 @@ fun testLongWithCharSequence(i: Long, cs: CharSequence) = i in cs.indices
|
||||
// 0 getIndices
|
||||
// 0 contains
|
||||
// 2 length
|
||||
// 2 I2L
|
||||
// 1 I2L
|
||||
|
||||
|
||||
Reference in New Issue
Block a user