Skip to content

Commit 333ee93

Browse files
committed
[LV] Update stale comment after 4e05d70. (NFC)
Address post-commit suggestion, update stale comment after 4e05d70.
1 parent 20c67c7 commit 333ee93

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
@@ -9347,7 +9347,7 @@ static InstructionCost calculateEarlyExitCost(VPCostContext &CostCtx,
93479347
/// 2. In the case of loops with uncountable early exits, we may have to do
93489348
/// extra work when exiting the loop early, such as calculating the final
93499349
/// exit values of variables used outside the loop.
9350-
/// 3. The middle block, if expected TC <= VF.Width.
9350+
/// 3. The middle block.
93519351
static bool isOutsideLoopWorkProfitable(GeneratedRTChecks &Checks,
93529352
VectorizationFactor &VF, Loop *L,
93539353
PredicatedScalarEvolution &PSE,

0 commit comments

Comments
 (0)