Skip to content

Commit 45f06b4

Browse files
committed
[Comment] Remove the unrelated change, nfc
1 parent d8e8185 commit 45f06b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ static void legalizeAndOptimizeInductions(VPlan &Plan) {
633633
auto *PhiR = dyn_cast<VPWidenInductionRecipe>(&Phi);
634634
if (!PhiR)
635635
continue;
636+
636637
// Try to narrow wide and replicating recipes to uniform recipes, based on
637638
// VPlan analysis.
638639
// TODO: Apply to all recipes in the future, to replace legacy uniformity

0 commit comments

Comments
 (0)