Closed
Description
Bugzilla Link | 37761 |
Version | trunk |
OS | Windows NT |
CC | @deadalnix,@LebedevRI,@rotateright |
Extended Description
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).