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 5c81432 commit 4df1019Copy full SHA for 4df1019
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2379,8 +2379,8 @@ void VPlanTransforms::simplifyEVLIVs(VPlan &Plan) {
2379
EVLPhi->eraseFromParent();
2380
2381
// Find the latch-exiting block and convert to variable-length stepping.
2382
- // Before: (branch-on-cond CanonicalIVInc, VectorTripCount)
2383
- // After: (branch-on-cond EVLIVInc, TripCount)
+ // Before: (branch-on-count CanonicalIVInc, VectorTripCount)
+ // After: (branch-on-count EVLIVInc, TripCount)
2384
auto FindLatchExiting = [](VPBasicBlock *Entry) {
2385
auto Range =
2386
VPBlockUtils::blocksOnly<VPBasicBlock>(vp_depth_first_shallow(Entry));
0 commit comments