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
Branch to next instr wasn't catching the case where this is an uncoalesced label in the way. This triggered an assert in the globopt (issue #5953) which did rely onthe peep to kick in. Fixed it by skipping over labels.
0 commit comments