File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2261,10 +2261,10 @@ void VPlanTransforms::handleUncountableEarlyExit(
2261
2261
LatchExitingBranch->eraseFromParent ();
2262
2262
}
2263
2263
2264
- // / This function try to match following pattern to create
2264
+ // / This function tries to match following pattern to create
2265
2265
// / 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 .
2268
2268
// / reduce(ext(...)).
2269
2269
static VPExtendedReductionRecipe *
2270
2270
tryToMatchAndCreateExtendedReduction (VPReductionRecipe *Red, VPCostContext &Ctx,
You can’t perform that action at this time.
0 commit comments