[PATCH] D105008: [VPlan] Add recipe for first-order rec phis, make splicing explicit.

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 18 14:34:49 PDT 2021


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

Looks good to me, thanks!
With a minor last nit.



================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:1117
   }
 
+  VPRecipeBase *getBackedgeRecipe() {
----------------
Document, explaining that the backedge value must correspond to a recipe?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105008



More information about the llvm-commits mailing list