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 1d2fab7 commit 516cc98Copy full SHA for 516cc98
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9475,8 +9475,8 @@ void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) {
9475
InnerLoopVectorizer::VectorParts BlockInMaskParts(State.UF);
9476
bool isMaskRequired = getMask();
9477
if (isMaskRequired) {
9478
- // Mask reversal is only neede for non-all-one (null) masks, as reverse of a
9479
- // null all-one mask is a null mask.
+ // Mask reversal is only needed for non-all-one (null) masks, as reverse of
+ // a null all-one mask is a null mask.
9480
for (unsigned Part = 0; Part < State.UF; ++Part) {
9481
Value *Mask = State.get(getMask(), Part);
9482
if (isReverse())
0 commit comments