[FIR] Remove the fast path if as insignificant
This if is a bit inconsistent with the LUB checking approach, so if it doesn't improve performance it's better to remove it.
This commit is contained in:
committed by
Space Team
parent
4813b659ab
commit
3987efa036
@@ -10,8 +10,8 @@ fun f(): Unit {
|
||||
x <!UNSAFE_OPERATOR_CALL!><<!> 1
|
||||
<!ASSIGNMENT_TYPE_MISMATCH!>x += 1<!>
|
||||
|
||||
<!EQUALITY_NOT_APPLICABLE_WARNING!>x == 1<!>
|
||||
<!EQUALITY_NOT_APPLICABLE_WARNING!>x != 1<!>
|
||||
x == 1
|
||||
x != 1
|
||||
|
||||
<!EQUALITY_NOT_APPLICABLE!>A() == 1<!>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user