Skip to content

Commit 751879c

Browse files
committed
!fixup remove unrelated NFC change, thanks
1 parent d1d265d commit 751879c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,9 +2489,8 @@ void VPlanTransforms::addActiveLaneMask(
24892489
"UseActiveLaneMaskForControlFlow");
24902490

24912491
VPRegionBlock *LoopRegion = Plan.getVectorLoopRegion();
2492-
auto *CanonicalIV = LoopRegion->getCanonicalIV();
2493-
auto *FoundWidenCanonicalIVUser =
2494-
find_if(CanonicalIV->users(), IsaPred<VPWidenCanonicalIVRecipe>);
2492+
auto *FoundWidenCanonicalIVUser = find_if(
2493+
LoopRegion->getCanonicalIV()->users(), IsaPred<VPWidenCanonicalIVRecipe>);
24952494
assert(FoundWidenCanonicalIVUser &&
24962495
"Must have widened canonical IV when tail folding!");
24972496
VPSingleDefRecipe *HeaderMask = findHeaderMask(Plan);

0 commit comments

Comments
 (0)