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 f8350f1 commit ce192b8Copy full SHA for ce192b8
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -1275,9 +1275,8 @@ void VPWidenEVLRecipe::execute(VPTransformState &State) {
1275
State.setDebugLocFrom(getDebugLoc());
1276
assert(State.UF == 1 && "Expected only UF == 1 when vectorizing with "
1277
"explicit vector length.");
1278
- VPValue *Op0 = getOperand(0);
1279
1280
- assert(State.get(Op0, 0)->getType()->isVectorTy() &&
+ assert(State.get(getOperand(0), 0)->getType()->isVectorTy() &&
1281
"VPWidenEVLRecipe should not be used for scalars");
1282
1283
VPValue *EVL = getEVL();
0 commit comments