Skip to content

Commit ddf92da

Browse files
author
Yeting Kuo
committed
fixup! code format.
1 parent 6107822 commit ddf92da

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11633,9 +11633,8 @@ RISCVTargetLowering::lowerVPSpliceExperimental(SDValue Op,
1163311633
return convertFromScalableVector(VT, Result, DAG, Subtarget);
1163411634
}
1163511635

11636-
SDValue
11637-
RISCVTargetLowering::lowerVPSplatExperimental(SDValue Op,
11638-
SelectionDAG &DAG) const {
11636+
SDValue RISCVTargetLowering::lowerVPSplatExperimental(SDValue Op,
11637+
SelectionDAG &DAG) const {
1163911638
SDLoc DL(Op);
1164011639
SDValue Val = Op.getOperand(0);
1164111640
SDValue Mask = Op.getOperand(1);
@@ -11649,8 +11648,8 @@ RISCVTargetLowering::lowerVPSplatExperimental(SDValue Op,
1164911648
Mask = convertToScalableVector(MaskVT, Mask, DAG, Subtarget);
1165011649
}
1165111650

11652-
SDValue Result = lowerScalarSplat(SDValue(), Val, VL, ContainerVT, DL,
11653-
DAG, Subtarget);
11651+
SDValue Result =
11652+
lowerScalarSplat(SDValue(), Val, VL, ContainerVT, DL, DAG, Subtarget);
1165411653

1165511654
if (!VT.isFixedLengthVector())
1165611655
return Result;

0 commit comments

Comments
 (0)