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 5840aa9 commit 0b01320Copy full SHA for 0b01320
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -385,9 +385,6 @@ struct VPTransformState {
385
386
VPValue2ValueTy VPValue2Value;
387
388
- /// Hold the canonical scalar IV of the vector loop (start=0, step=VF*UF).
389
- Value *CanonicalIV = nullptr;
390
-
391
/// Hold a pointer to InnerLoopVectorizer to reuse its IR generation methods.
392
InnerLoopVectorizer *ILV;
393
0 commit comments