Skip to content

Commit 645a5fa

Browse files
arcbbbfhahn
andcommitted
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 474b74f commit 645a5fa

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

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

0 commit comments

Comments
 (0)