Skip to content

Commit b8805c8

Browse files
committed
[RISCV] Clang-format a few lines to remove diff in a nearby patch
1 parent 4dd5ac9 commit b8805c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4440,10 +4440,10 @@ static SDValue lowerScalarInsert(SDValue Scalar, SDValue VL, MVT VT,
44404440
// a zero extend and the simm5 check in isel would fail.
44414441
// FIXME: Should we ignore the upper bits in isel instead?
44424442
unsigned ExtOpc =
4443-
isa<ConstantSDNode>(Scalar) ? ISD::SIGN_EXTEND : ISD::ANY_EXTEND;
4443+
isa<ConstantSDNode>(Scalar) ? ISD::SIGN_EXTEND : ISD::ANY_EXTEND;
44444444
Scalar = DAG.getNode(ExtOpc, DL, XLenVT, Scalar);
4445-
return DAG.getNode(RISCVISD::VMV_S_X_VL, DL, VT,
4446-
DAG.getUNDEF(VT), Scalar, VL);
4445+
return DAG.getNode(RISCVISD::VMV_S_X_VL, DL, VT, DAG.getUNDEF(VT), Scalar,
4446+
VL);
44474447
}
44484448

44494449
// Is this a shuffle extracts either the even or odd elements of a vector?

0 commit comments

Comments
 (0)