Skip to content

Commit e6ac419

Browse files
committed
!fixup update comment
1 parent 32bc393 commit e6ac419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ bool VPInstruction::onlyFirstLaneUsed(const VPValue *Op) const {
12701270
case VPInstruction::BuildVector:
12711271
// Before replicating by VF, Build(Struct)Vector uses all lanes of the
12721272
// operand, after replicating its operands only the first lane is used.
1273-
// Before replicating, it will only have a single operand.
1273+
// Before replicating, it will have only a single operand.
12741274
return getNumOperands() > 1;
12751275
case VPInstruction::PtrAdd:
12761276
return Op == getOperand(0) || vputils::onlyFirstLaneUsed(this);

0 commit comments

Comments
 (0)