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 2483a29 commit 56dcd90Copy full SHA for 56dcd90
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9458,7 +9458,7 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
9458
// Adjust the recipes for any inloop reductions.
9459
adjustRecipesForReductions(Plan, RecipeBuilder, Range.Start);
9460
9461
- // Transform recipes to abstract recipes if it is leagal and beneficial and
+ // Transform recipes to abstract recipes if it is legal and beneficial and
9462
// clamp the range for better cost estimation.
9463
// TODO: Enable following transform when the EVL-version of extended-reduction
9464
// and mulacc-reduction are implemented.
0 commit comments