Skip to content

Commit 56dcd90

Browse files
committed
!fixup, address comments.
1 parent 2483a29 commit 56dcd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9458,7 +9458,7 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
94589458
// Adjust the recipes for any inloop reductions.
94599459
adjustRecipesForReductions(Plan, RecipeBuilder, Range.Start);
94609460

9461-
// Transform recipes to abstract recipes if it is leagal and beneficial and
9461+
// Transform recipes to abstract recipes if it is legal and beneficial and
94629462
// clamp the range for better cost estimation.
94639463
// TODO: Enable following transform when the EVL-version of extended-reduction
94649464
// and mulacc-reduction are implemented.

0 commit comments

Comments
 (0)