Skip to content

Commit c969cf8

Browse files
arcbbbfhahn
andauthored
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 0234453 commit c969cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,8 +2371,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
23712371
EVLPhi->eraseFromParent();
23722372

23732373
// Find the latch-exiting block and convert to variable-length stepping.
2374-
// Before: (branch-on-cond CanonicalIVInc, VectorTripCount)
2375-
// After: (branch-on-cond EVLIVInc, TripCount)
2374+
// Before: (branch-on-count CanonicalIVInc, VectorTripCount)
2375+
// After: (branch-on-count EVLIVInc, TripCount)
23762376
auto FindLatchExiting = [](VPBasicBlock *Entry) {
23772377
auto Range =
23782378
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));

0 commit comments

Comments
 (0)