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 64510d8 commit 583023aCopy full SHA for 583023a
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2404,8 +2404,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
2404
EVLPhi->eraseFromParent();
2405
2406
// 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)
+ // Before: (branch-on-count CanonicalIVInc, VectorTripCount)
+ // After: (branch-on-count EVLIVInc, TripCount)
2409
auto FindLatchExiting = [](VPBasicBlock *Entry) {
2410
auto Range =
2411
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));
0 commit comments