Skip to content

Commit 871d201

Browse files
committed
fixup! clang-format
1 parent cd4006f commit 871d201

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,13 +1899,12 @@ SDValue SelectionDAGBuilder::getValueImpl(const Value *V) {
18991899
if (VT.isRISCVVectorTuple()) {
19001900
assert(C->isNullValue() && "Can only zero this target type!");
19011901
return DAG.getNode(
1902-
ISD::BITCAST, getCurSDLoc(), VT,
1903-
DAG.getNode(
1904-
ISD::SPLAT_VECTOR, getCurSDLoc(),
1905-
EVT::getVectorVT(*DAG.getContext(), MVT::i8,
1906-
VT.getSizeInBits().getKnownMinValue() / 8,
1907-
true),
1908-
DAG.getConstant(0, getCurSDLoc(), MVT::getIntegerVT(8))));
1902+
ISD::BITCAST, getCurSDLoc(), VT,
1903+
DAG.getNode(
1904+
ISD::SPLAT_VECTOR, getCurSDLoc(),
1905+
EVT::getVectorVT(*DAG.getContext(), MVT::i8,
1906+
VT.getSizeInBits().getKnownMinValue() / 8, true),
1907+
DAG.getConstant(0, getCurSDLoc(), MVT::getIntegerVT(8))));
19091908
}
19101909

19111910
VectorType *VecTy = cast<VectorType>(V->getType());

0 commit comments

Comments
 (0)