Skip to content

Commit da5a2c5

Browse files
committed
!fixup remove stray //, thanks
1 parent 94da5a5 commit da5a2c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4355,7 +4355,6 @@ void VPlanTransforms::narrowInterleaveGroups(VPlan &Plan, ElementCount VF,
43554355

43564356
// Check if all values feeding InterleaveR are matching wide recipes, which
43574357
// operands that can be narrowed.
4358-
//
43594358
if (!canNarrowOps(InterleaveR->getStoredValues()))
43604359
return;
43614360
StoreGroups.push_back(InterleaveR);

0 commit comments

Comments
 (0)