Skip to content

Commit 20a125f

Browse files
arcbbbfhahn
andcommitted
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 69be6cc commit 20a125f

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
@@ -2383,8 +2383,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
23832383
EVLPhi->eraseFromParent();
23842384

23852385
// Find the latch-exiting block and convert to variable-length stepping.
2386-
// Before: (branch-on-cond CanonicalIVInc, VectorTripCount)
2387-
// After: (branch-on-cond EVLIVInc, TripCount)
2386+
// Before: (branch-on-count CanonicalIVInc, VectorTripCount)
2387+
// After: (branch-on-count EVLIVInc, TripCount)
23882388
auto FindLatchExiting = [](VPBasicBlock *Entry) {
23892389
auto Range =
23902390
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));

0 commit comments

Comments
 (0)