Skip to content

Commit 53c168b

Browse files
committed
!fixup, address comment.
1 parent 65bf335 commit 53c168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ void VPlanTransforms::handleUncountableEarlyExit(
24412441
if (!IncomingFromEarlyExit->isLiveIn()) {
24422442
// Limit range to scalar VF only, if the range contains the scalar VF.
24432443
bool IsVectorVF = LoopVectorizationPlanner::getDecisionAndClampRange(
2444-
[&](ElementCount VF) { return VF.isVector(); }, Range);
2444+
[](ElementCount VF) { return VF.isVector(); }, Range);
24452445

24462446
if (IsVectorVF) {
24472447
VPValue *FirstActiveLane = EarlyExitB.createNaryOp(

0 commit comments

Comments
 (0)