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 0234453 commit c969cf8Copy full SHA for c969cf8
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2371,8 +2371,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
2371
EVLPhi->eraseFromParent();
2372
2373
// Find the latch-exiting block and convert to variable-length stepping.
2374
- // Before: (branch-on-cond CanonicalIVInc, VectorTripCount)
2375
- // After: (branch-on-cond EVLIVInc, TripCount)
+ // Before: (branch-on-count CanonicalIVInc, VectorTripCount)
+ // After: (branch-on-count EVLIVInc, TripCount)
2376
auto FindLatchExiting = [](VPBasicBlock *Entry) {
2377
auto Range =
2378
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));
0 commit comments