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
Currently all arith ops are marked as 'Pure' which entails 'AlwaysSepculatable'. Instead, they should be marked as ConditionallySpeculatable and take into account possible division by 0 or division by -1 in the signed case.