[llvm] [ADT] Add signed and unsigned mulHi and mulLo to APInt (PR #84719)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 03:48:48 PDT 2024
================
@@ -6706,8 +6698,8 @@ SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT,
break;
case ISD::UDIV:
case ISD::UREM:
- case ISD::MULHU:
case ISD::MULHS:
+ case ISD::MULHU:
----------------
RKSimon wrote:
Superfluous - remove it
https://github.com/llvm/llvm-project/pull/84719
More information about the llvm-commits
mailing list