[PATCH] D76992: [VPlan] Add & use VPValue operands for VPWidenRecipe (NFC).
    Gil Rapaport via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  9 13:28:56 PDT 2020
    
    
  
gilr added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlanValue.h:47
   friend class VPSlotTracker;
+  friend class VPWidenRecipe;
 
----------------
Make ILV friends with VPValue instead? Would facilitate removing that last lambda.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76992/new/
https://reviews.llvm.org/D76992
    
    
More information about the llvm-commits
mailing list