You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce variable equivalences unnecessarily generated by set_literals
There is no need to call set_literals for `A == A`, and if we end up
in set_literals via another code path we can still avoid generating the
trivially-true equality of `l == l`.
0 commit comments