Skip to content

Commit d745b52

Browse files
- Change comment in selectInterleaveCount
1 parent 525b7cf commit d745b52

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
@@ -4540,7 +4540,7 @@ LoopVectorizationPlanner::selectInterleaveCount(VPlan &Plan, ElementCount VF,
45404540
// 3. We don't interleave if we think that we will spill registers to memory
45414541
// due to the increased register pressure.
45424542

4543-
// Only interleave tail-folded loops if wide lane masks requested, as the
4543+
// Only interleave tail-folded loops if wide lane masks are requested, as the
45444544
// overhead of multiple instructions to calculate the predicate is likely
45454545
// not beneficial. If a scalar epilogue is not allowed for any other reason,
45464546
// do not interleave.

0 commit comments

Comments
 (0)