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 474b74f commit 645a5faCopy full SHA for 645a5fa
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2387,8 +2387,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
2387
EVLPhi->eraseFromParent();
2388
2389
// 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)
+ // Before: (branch-on-count CanonicalIVInc, VectorTripCount)
+ // After: (branch-on-count EVLIVInc, TripCount)
2392
auto FindLatchExiting = [](VPBasicBlock *Entry) {
2393
auto Range =
2394
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));
0 commit comments