[PATCH] D88382: [VPlan] Turn VPReductionRecipe into a VPValue

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 06:51:56 PST 2020


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:99
     return U;
   if (auto *U = dyn_cast<VPWidenMemoryInstructionRecipe>(this))
     return U;
----------------
now that `VPReductionRecipe` is also a VPUser, it should also be added here. (this will go away once all recipes have been converted)


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

https://reviews.llvm.org/D88382



More information about the llvm-commits mailing list