Skip to content

Commit 343967d

Browse files
committed
Fix formatting
1 parent c840d0f commit 343967d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8812,7 +8812,8 @@ bool VPRecipeBuilder::getScaledReductions(
88128812
std::optional<unsigned> BinOpc;
88138813
Type *ExtOpTypes[2] = {nullptr};
88148814

8815-
auto collectExtInfo = [&Exts, &ExtOpTypes](SmallVectorImpl<Value *> &Ops) -> bool {
8815+
auto collectExtInfo = [&Exts,
8816+
&ExtOpTypes](SmallVectorImpl<Value *> &Ops) -> bool {
88168817
unsigned I = 0;
88178818
for (Value *OpI : Ops) {
88188819
Value *ExtOp;

0 commit comments

Comments
 (0)