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 d8e8185 commit 45f06b4Copy full SHA for 45f06b4
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