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 bcbdf7a commit 31ac400Copy full SHA for 31ac400
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9463,7 +9463,7 @@ void VPReplicateRecipe::execute(VPTransformState &State) {
9463
return;
9464
}
9465
9466
- // Generate scalar instances for all VF lanes of all UF parts.
+ // Generate scalar instances for all VF lanes.
9467
assert(!State.VF.isScalable() && "Can't scalarize a scalable vector");
9468
const unsigned EndLane = State.VF.getKnownMinValue();
9469
for (unsigned Lane = 0; Lane < EndLane; ++Lane)
0 commit comments