[PATCH] D143865: [VPlan] Add predicate to VPReplicateRecipe, expand region later.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 03:13:59 PST 2023


fhahn added a comment.

Ping :)



================
Comment at: llvm/lib/Transforms/Vectorize/VPlanTransforms.h:83
 
+  static void addReplicateRegions(VPlan &Plan, VPRecipeBuilder &Builder);
+
----------------
Ayal wrote:
> Documentation?
Should be added, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143865



More information about the llvm-commits mailing list