We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69be6cc commit 20a125fCopy full SHA for 20a125f
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2383,8 +2383,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
2383
EVLPhi->eraseFromParent();
2384
2385
// 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)
+ // Before: (branch-on-count CanonicalIVInc, VectorTripCount)
+ // After: (branch-on-count EVLIVInc, TripCount)
2388
auto FindLatchExiting = [](VPBasicBlock *Entry) {
2389
auto Range =
2390
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));
0 commit comments