[PATCH] D90563: [VPlan] Make VPWidenMemoryInstructionRecipe a VPDef.

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 02:58:01 PST 2020


gilr added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:1253
+                                       public VPUser,
+                                       public VPValue {
   void setMask(VPValue *Mask) {
----------------
With this recipe being a VPDef we can drop the VPValue inheritance and create a VPValue (only) for loads, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90563



More information about the llvm-commits mailing list