[PATCH] D92284: [VPlan] Manage induction value creation using VPValues.

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 08:41:47 PST 2021


gilr accepted this revision.
gilr added a comment.
This revision is now accepted and ready to land.

LGTM with a nit. Thanks!



================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:940
   PHINode *IV;
-  TruncInst *Trunc;
+  VPValue *Start;
 
----------------
Doesn't seem to be used anywhere (The start argument going into the VPUser)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92284/new/

https://reviews.llvm.org/D92284



More information about the llvm-commits mailing list