We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe13002 commit d4ea1d6Copy full SHA for d4ea1d6
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -633,6 +633,7 @@ static void legalizeAndOptimizeInductions(VPlan &Plan) {
633
auto *PhiR = dyn_cast<VPWidenInductionRecipe>(&Phi);
634
if (!PhiR)
635
continue;
636
+
637
// Try to narrow wide and replicating recipes to uniform recipes, based on
638
// VPlan analysis.
639
// TODO: Apply to all recipes in the future, to replace legacy uniformity
0 commit comments