RangeContainsLowering: Handle unsigned ranges.

This commit is contained in:
Mark Punzalan
2020-08-08 00:45:27 -07:00
committed by Alexander Udalov
parent ceba9f231d
commit a9359eb530
14 changed files with 112 additions and 74 deletions
@@ -14,7 +14,6 @@ fun inDouble(x: Float): Boolean {
return x in 1.0..2.0
}
// 2 I2L
// 0 INVOKESPECIAL
// 0 NEW
// 0 rangeTo
@@ -25,7 +24,9 @@ fun inDouble(x: Float): Boolean {
// 0 contains
// JVM_TEMPLATES
// 2 I2L
// 3 F2D
// JVM_IR_TEMPLATES
// 2 F2D
// 1 I2L
// 1 F2D