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 65bf335 commit 53c168bCopy full SHA for 53c168b
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2441,7 +2441,7 @@ void VPlanTransforms::handleUncountableEarlyExit(
2441
if (!IncomingFromEarlyExit->isLiveIn()) {
2442
// Limit range to scalar VF only, if the range contains the scalar VF.
2443
bool IsVectorVF = LoopVectorizationPlanner::getDecisionAndClampRange(
2444
- [&](ElementCount VF) { return VF.isVector(); }, Range);
+ [](ElementCount VF) { return VF.isVector(); }, Range);
2445
2446
if (IsVectorVF) {
2447
VPValue *FirstActiveLane = EarlyExitB.createNaryOp(
0 commit comments