Skip to content

Commit 9af51a2

Browse files
committed
[VPlan] Tweak comment
1 parent c5ac8de commit 9af51a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,8 +1433,8 @@ static void narrowToSingleScalarRecipes(VPlan &Plan) {
14331433
if (auto *Store = dyn_cast<VPWidenStoreRecipe>(U)) {
14341434
// VPWidenStore doesn't have users, and stores are always
14351435
// 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
1436+
// values and mask operands is an important leaf condition. The
1437+
// assert must hold as we checked the RepOrWidenR operand against
14381438
// vputils::isSingleScalar.
14391439
assert(RepOrWidenR == Store->getAddr() ||
14401440
RepOrWidenR == Store->getMask() ||

0 commit comments

Comments
 (0)