Skip to content

Commit db33919

Browse files
committed
[VPlan] Restore comment
1 parent d23d3eb commit db33919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2909,6 +2909,8 @@ void VPlanTransforms::canonicalizeEVLLoops(VPlan &Plan) {
29092909
void VPlanTransforms::replaceSymbolicStrides(
29102910
VPlan &Plan, PredicatedScalarEvolution &PSE,
29112911
const DenseMap<Value *, const SCEV *> &StridesMap) {
2912+
// Replace VPValues for known constant strides guaranteed by predicate scalar
2913+
// evolution.
29122914
ValueToSCEVMapTy RewriteMap;
29132915
for (const SCEV *Stride : StridesMap.values()) {
29142916
using namespace SCEVPatternMatch;

0 commit comments

Comments
 (0)