Skip to content

Commit 04f44bf

Browse files
committed
!fixup remove stray //, thanks
1 parent b76090e commit 04f44bf

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
@@ -4339,7 +4339,6 @@ void VPlanTransforms::narrowInterleaveGroups(VPlan &Plan, ElementCount VF,
43394339

43404340
// Check if all values feeding InterleaveR are matching wide recipes, which
43414341
// operands that can be narrowed.
4342-
//
43434342
if (!canNarrowOps(InterleaveR->getStoredValues()))
43444343
return;
43454344
StoreGroups.push_back(InterleaveR);

0 commit comments

Comments
 (0)