EVT VT = LHSL.getValueType();
// If the shift amount operand is coming from a vector legalization it may
- // have an illegal type. Fix that first by casting the operand. Otherwise
- // the new SHL_PARTS operation would need further legalization, and the
- // legalizer assumes that illegal SHL_PARTS never occur.
+ // have an illegal type. Fix that first by casting the operand, otherwise
+ // the new SHL_PARTS operation would need further legalization.
SDValue ShiftOp = N->getOperand(1);
MVT ShiftTy = TLI.getShiftAmountTy(VT);
assert(ShiftTy.getSizeInBits() >= Log2_32_Ceil(VT.getSizeInBits()) &&