Skip to content

Commit b8c097e

Browse files
preamesMel-Chen
andauthored
Update llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Co-authored-by: Mel Chen <[email protected]>
1 parent 6514602 commit b8c097e

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
@@ -3416,7 +3416,7 @@ bool LoopVectorizationCostModel::interleavedAccessCanBeWidened(
34163416
return false;
34173417

34183418
// We currently only know how to emit interleave/deinterleave with
3419-
// Factor=2 for scalable vectors. This is purely an implementation
3419+
// Factor=2 for scalable vectors. This is purely an implementation
34203420
// limit.
34213421
if (VF.isScalable() && InterleaveFactor != 2)
34223422
return false;

0 commit comments

Comments
 (0)