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
When recording a def that's a copy, also record what value it's a copy
of. This _could_ be rediscovered later, but it's more obvious when done
here. (A note on rediscovery: it would be equivalent to recursing
through copy_value instructions until finding either (1) some value
which wasn't produced by a copy_value or (2) a copy_value which is the
current def.)
0 commit comments