[PATCH] D76988: [VPlan] Use on VPWidenRecipe per original IR instruction. (NFC).

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 28 23:04:42 PDT 2020


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

LGTM, with a nit.



================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:760-763
 /// VPWidenRecipe is a recipe for producing a copy of vector type for each
 /// Instruction in its ingredients independently, in order. This recipe covers
 /// most of the traditional vectorization cases where each ingredient transforms
 /// into a vectorized version of itself.
----------------
Comment still relates to the old range of ingredients.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:766
 private:
   /// Hold the ingredients by pointing to their original BasicBlock location.
+  Instruction *Ingredient;
----------------
Comment still relates to the old range of ingredients.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76988





More information about the llvm-commits mailing list