Skip to content

Commit 583023a

Browse files
arcbbbfhahn
andcommitted
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 64510d8 commit 583023a

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

24062406
// Find the latch-exiting block and convert to variable-length stepping.
2407-
// Before: (branch-on-cond CanonicalIVInc, VectorTripCount)
2408-
// After: (branch-on-cond EVLIVInc, TripCount)
2407+
// Before: (branch-on-count CanonicalIVInc, VectorTripCount)
2408+
// After: (branch-on-count EVLIVInc, TripCount)
24092409
auto FindLatchExiting = [](VPBasicBlock *Entry) {
24102410
auto Range =
24112411
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));

0 commit comments

Comments
 (0)