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 c5ac8de commit 9af51a2Copy full SHA for 9af51a2
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -1433,8 +1433,8 @@ static void narrowToSingleScalarRecipes(VPlan &Plan) {
1433
if (auto *Store = dyn_cast<VPWidenStoreRecipe>(U)) {
1434
// VPWidenStore doesn't have users, and stores are always
1435
// profitable to widen: hence, permitting single-scalar stored
1436
- // values is an important leaf condition. The assert must hold as
1437
- // we checked the RepOrWidenR operand against
+ // values and mask operands is an important leaf condition. The
+ // assert must hold as we checked the RepOrWidenR operand against
1438
// vputils::isSingleScalar.
1439
assert(RepOrWidenR == Store->getAddr() ||
1440
RepOrWidenR == Store->getMask() ||
0 commit comments