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 9d83790 commit 3872e55Copy full SHA for 3872e55
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -6285,7 +6285,6 @@ void LoopVectorizationCostModel::setVectorizedCallDecision(ElementCount VF) {
6285
6286
// Find the cost of vectorizing the call, if we can find a suitable
6287
// vector variant of the function.
6288
- bool UsesMask = false;
6289
VFInfo FuncInfo;
6290
Function *VecFunc = nullptr;
6291
// Search through any available variants for one we can use at this VF.
@@ -6337,7 +6336,6 @@ void LoopVectorizationCostModel::setVectorizedCallDecision(ElementCount VF) {
6337
6336
break;
6338
}
6339
case VFParamKind::GlobalPredicate:
6340
- UsesMask = true;
6341
6342
default:
6343
ParamsOk = false;
0 commit comments