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
inference: propagate more LimitedAccuracy information (#59187)
According to Jameson's comment, we should propagate `LimitedAccuracy`
information not only when we actually use the type information of
variables that are `LimitedAccuracy`, but also when we perform
computations involving variables that are `LimitedAccuracy`. This commit
implements that propagation in relation to #59182.
0 commit comments