Skip to content

Commit dd5ee7f

Browse files
committed
mark VPInterleaveBase::onlyFirstLaneUsed as override
1 parent f683a91 commit dd5ee7f

File tree

1 file changed

+1
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ class LLVM_ABI_FOR_TEST VPInterleaveBase : public VPRecipeBase {
25042504
VPCostContext &Ctx) const override;
25052505

25062506
/// Returns true if the recipe only uses the first lane of operand \p Op.
2507-
virtual bool onlyFirstLaneUsed(const VPValue *Op) const = 0;
2507+
virtual bool onlyFirstLaneUsed(const VPValue *Op) const override = 0;
25082508

25092509
/// Returns the number of stored operands of this interleave group. Returns 0
25102510
/// for load interleave groups.

0 commit comments

Comments
 (0)