Skip to content

Commit 7b7b486

Browse files
committed
Update comment.
1 parent f62c348 commit 7b7b486

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
@@ -6906,7 +6906,7 @@ static bool planContainsAdditionalSimplifications(VPlan &Plan,
69066906
return true;
69076907

69086908
// The VPlan-based cost model can analyze if recipes are scalar
6909-
// recursively, but legacy cost model cannot.
6909+
// recursively, but the legacy cost model cannot.
69106910
if (auto *WidenMemR = dyn_cast<VPWidenMemoryRecipe>(&R)) {
69116911
auto *AddrI = dyn_cast<Instruction>(
69126912
getLoadStorePointerOperand(&WidenMemR->getIngredient()));

0 commit comments

Comments
 (0)