Skip to content

Commit 8f6b1cc

Browse files
committed
clang-format
1 parent 947e369 commit 8f6b1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,8 @@ bool VectorCombine::foldConcatOfBoolMasks(Instruction &I) {
14791479
return false;
14801480

14811481
auto *ConcatTy = FixedVectorType::getDoubleElementsVectorType(MaskTy);
1482-
auto *ConcatIntTy = Type::getIntNTy(Ty->getContext(), ConcatTy->getNumElements());
1482+
auto *ConcatIntTy =
1483+
Type::getIntNTy(Ty->getContext(), ConcatTy->getNumElements());
14831484
auto *MaskIntTy = Type::getIntNTy(Ty->getContext(), ShAmtDiff);
14841485

14851486
SmallVector<int, 32> ConcatMask(ConcatTy->getNumElements());

0 commit comments

Comments
 (0)