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
Move type transition before use processing in backward pass.
When we insert type transitions, we need to know whether an aux slot
pointer is in use so that we can correctly generate
AdjustObjTypeReloadAyxSlotPtr intrs. Since use processing can clear aux
slot syms from the upward exposed set, we move type transitions before
use processing.
0 commit comments