Fold I2L with ICONST_n when beneficial
ICONST_0; I2L -> LCONST_0 ICONST_1; I2L -> LCONST_1
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ fun inDouble(x: Float): Boolean {
|
||||
return x in 1.0..2.0
|
||||
}
|
||||
|
||||
// 3 I2L
|
||||
// 2 I2L
|
||||
// 3 F2D
|
||||
// 0 INVOKESPECIAL
|
||||
// 0 NEW
|
||||
|
||||
Reference in New Issue
Block a user