Skip to content

Commit 31ac400

Browse files
committed
[LV] Remove another reference of unrolled parts after 57f5d8f.
Continue to clean up some now stale references of unroll parts and related terminology as pointed out post-commit for 06c3a7d.
1 parent bcbdf7a commit 31ac400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9463,7 +9463,7 @@ void VPReplicateRecipe::execute(VPTransformState &State) {
94639463
return;
94649464
}
94659465

9466-
// Generate scalar instances for all VF lanes of all UF parts.
9466+
// Generate scalar instances for all VF lanes.
94679467
assert(!State.VF.isScalable() && "Can't scalarize a scalable vector");
94689468
const unsigned EndLane = State.VF.getKnownMinValue();
94699469
for (unsigned Lane = 0; Lane < EndLane; ++Lane)

0 commit comments

Comments
 (0)