Skip to content

Commit 0b01320

Browse files
committed
[VPlan] Remove unused VPTransformState::CanonicalIV (NFCI).
Clean up unused member variable.
1 parent 5840aa9 commit 0b01320

File tree

1 file changed

+0
-3
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,6 @@ struct VPTransformState {
385385

386386
VPValue2ValueTy VPValue2Value;
387387

388-
/// Hold the canonical scalar IV of the vector loop (start=0, step=VF*UF).
389-
Value *CanonicalIV = nullptr;
390-
391388
/// Hold a pointer to InnerLoopVectorizer to reuse its IR generation methods.
392389
InnerLoopVectorizer *ILV;
393390

0 commit comments

Comments
 (0)