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
SelectionDAG::computeOverflowKind is currently only to be used for additions; it'd be useful for it to also handle signed/unsigned ISD::SUB and ISD::MUL (to cover all the SADDO/UADD, SSUBO/USUBO and SMULO/UMULO nodes).