Skip to content

Commit f2dcf3d

Browse files
committed
!fix formatting
1 parent 3637cfb commit f2dcf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ void VPlanTransforms::narrowInterleaveGroups(VPlan &Plan, ElementCount VF) {
17231723
auto *R = dyn_cast<VPWidenRecipe>(V->getDefiningRecipe());
17241724
if (!R || R->getOpcode() != Lane0->getOpcode())
17251725
return;
1726-
if (any_of(R->operands(), [Lane0, Idx=I](VPValue *V) {
1726+
if (any_of(R->operands(), [Lane0, Idx = I](VPValue *V) {
17271727
return !supportedLoad(Lane0, V, Idx);
17281728
}))
17291729
return;

0 commit comments

Comments
 (0)