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
One problem with the local symbol tables keeping track of their children is that the children will be wrong once dup is called in succession for a scope and its children, since they're never updated.
This won't matter in current practice since that only happens during loop unrolling, and the ProcessingAsync pass is the only one that uses the children, but it's slightly unfortunate to keep around bogus information.