@@ -10718,7 +10718,7 @@ static SDValue lowerCttzElts(SDNode *N, SelectionDAG &DAG,
10718
10718
return DAG.getSelect(DL, XLenVT, Setcc, VL, Res);
10719
10719
}
10720
10720
10721
- static inline void promoteVCIXScalar(const SDValue & Op,
10721
+ static inline void promoteVCIXScalar(SDValue Op,
10722
10722
SmallVectorImpl<SDValue> &Operands,
10723
10723
SelectionDAG &DAG) {
10724
10724
const RISCVSubtarget &Subtarget =
@@ -10754,7 +10754,7 @@ static inline void promoteVCIXScalar(const SDValue &Op,
10754
10754
}
10755
10755
}
10756
10756
10757
- static void processVCIXOperands(SDValue & OrigOp,
10757
+ static void processVCIXOperands(SDValue OrigOp,
10758
10758
SmallVectorImpl<SDValue> &Operands,
10759
10759
SelectionDAG &DAG) {
10760
10760
promoteVCIXScalar(OrigOp, Operands, DAG);
@@ -11017,7 +11017,7 @@ SDValue RISCVTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
11017
11017
return lowerVectorIntrinsicScalars(Op, DAG, Subtarget);
11018
11018
}
11019
11019
11020
- static inline SDValue getVCIXISDNodeWCHAIN(SDValue & Op, SelectionDAG &DAG,
11020
+ static inline SDValue getVCIXISDNodeWCHAIN(SDValue Op, SelectionDAG &DAG,
11021
11021
unsigned Type) {
11022
11022
SDLoc DL(Op);
11023
11023
SmallVector<SDValue> Operands{Op->op_values()};
@@ -11054,7 +11054,7 @@ static inline SDValue getVCIXISDNodeWCHAIN(SDValue &Op, SelectionDAG &DAG,
11054
11054
return NewNode;
11055
11055
}
11056
11056
11057
- static inline SDValue getVCIXISDNodeVOID(SDValue & Op, SelectionDAG &DAG,
11057
+ static inline SDValue getVCIXISDNodeVOID(SDValue Op, SelectionDAG &DAG,
11058
11058
unsigned Type) {
11059
11059
SmallVector<SDValue> Operands{Op->op_values()};
11060
11060
Operands.erase(Operands.begin() + 1);
0 commit comments