Skip to content

Commit 4906637

Browse files
committed
!Fixup, typo.
1 parent e12bd04 commit 4906637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,10 +2261,10 @@ void VPlanTransforms::handleUncountableEarlyExit(
22612261
LatchExitingBranch->eraseFromParent();
22622262
}
22632263

2264-
/// This function try to match following pattern to create
2264+
/// This function tries to match following pattern to create
22652265
/// VPExtendedReductionRecipe and clamp the \p Range if it is beneficial and
2266-
/// valid. The created VPExtendedReductionRecipe will lower to concrete before
2267-
/// executeion.
2266+
/// valid. The created VPExtendedReductionRecipe will lower to concrete recipes
2267+
/// before execution.
22682268
/// reduce(ext(...)).
22692269
static VPExtendedReductionRecipe *
22702270
tryToMatchAndCreateExtendedReduction(VPReductionRecipe *Red, VPCostContext &Ctx,

0 commit comments

Comments
 (0)