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 6514602 commit b8c097eCopy full SHA for b8c097e
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -3416,7 +3416,7 @@ bool LoopVectorizationCostModel::interleavedAccessCanBeWidened(
3416
return false;
3417
3418
// We currently only know how to emit interleave/deinterleave with
3419
- // Factor=2 for scalable vectors. This is purely an implementation
+ // Factor=2 for scalable vectors. This is purely an implementation
3420
// limit.
3421
if (VF.isScalable() && InterleaveFactor != 2)
3422
0 commit comments