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 332661d commit 8f86901Copy full SHA for 8f86901
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2234,7 +2234,7 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
2234
/// Returns true if the recipe only uses the first lane of operand \p Op.
2235
bool onlyFirstLaneUsed(const VPValue *Op) const override {
2236
assert(is_contained(operands(), Op) &&
2237
- "Op must be an operand of the recipe");
+ "Op must be an operand of the recipe");
2238
return isOrdered() || isInLoop();
2239
}
2240
};
0 commit comments