[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:
Nikolay Lunyak
2023-04-04 15:15:43 +03:00
committed by Space Team
parent 4813b659ab
commit 3987efa036
3 changed files with 6 additions and 8 deletions
@@ -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<!>