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 32bc393 commit e6ac419Copy full SHA for e6ac419
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -1270,7 +1270,7 @@ bool VPInstruction::onlyFirstLaneUsed(const VPValue *Op) const {
1270
case VPInstruction::BuildVector:
1271
// Before replicating by VF, Build(Struct)Vector uses all lanes of the
1272
// operand, after replicating its operands only the first lane is used.
1273
- // Before replicating, it will only have a single operand.
+ // Before replicating, it will have only a single operand.
1274
return getNumOperands() > 1;
1275
case VPInstruction::PtrAdd:
1276
return Op == getOperand(0) || vputils::onlyFirstLaneUsed(this);
0 commit comments