Skip to content

Commit 4df1019

Browse files
arcbbbfhahn
andcommitted
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 5c81432 commit 4df1019

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

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

0 commit comments

Comments
 (0)