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 f683a91 commit dd5ee7fCopy full SHA for dd5ee7f
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2504,7 +2504,7 @@ class LLVM_ABI_FOR_TEST VPInterleaveBase : public VPRecipeBase {
2504
VPCostContext &Ctx) const override;
2505
2506
/// Returns true if the recipe only uses the first lane of operand \p Op.
2507
- virtual bool onlyFirstLaneUsed(const VPValue *Op) const = 0;
+ virtual bool onlyFirstLaneUsed(const VPValue *Op) const override = 0;
2508
2509
/// Returns the number of stored operands of this interleave group. Returns 0
2510
/// for load interleave groups.
0 commit comments