Skip to content

Commit 5e0d1c4

Browse files
committed
clang-format
1 parent 8b1ac34 commit 5e0d1c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,9 +2275,13 @@ void AArch64TargetLowering::addTypeForFixedLengthSVE(MVT VT) {
22752275

22762276
if (Subtarget->hasMatMulInt8()) {
22772277
if (VT.getVectorElementType() == MVT::i32)
2278-
setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, VT, MVT::getVectorVT(MVT::i8, NumElts * 4), Custom);
2278+
setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, VT,
2279+
MVT::getVectorVT(MVT::i8, NumElts * 4),
2280+
Custom);
22792281
else if (VT.getVectorElementType() == MVT::i64)
2280-
setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, VT, MVT::getVectorVT(MVT::i8, NumElts * 8), Custom);
2282+
setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_SUMLA, VT,
2283+
MVT::getVectorVT(MVT::i8, NumElts * 8),
2284+
Custom);
22812285
}
22822286
}
22832287

0 commit comments

Comments
 (0)