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 3542150 commit b5f41ccCopy full SHA for b5f41cc
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -6262,7 +6262,6 @@ void LoopVectorizationCostModel::setVectorizedCallDecision(ElementCount VF) {
6262
6263
// Find the cost of vectorizing the call, if we can find a suitable
6264
// vector variant of the function.
6265
- bool UsesMask = false;
6266
VFInfo FuncInfo;
6267
Function *VecFunc = nullptr;
6268
// Search through any available variants for one we can use at this VF.
@@ -6314,7 +6313,6 @@ void LoopVectorizationCostModel::setVectorizedCallDecision(ElementCount VF) {
6314
6313
break;
6315
}
6316
case VFParamKind::GlobalPredicate:
6317
- UsesMask = true;
6318
6319
default:
6320
ParamsOk = false;
0 commit comments