[PATCH] D44338: [LV][VPlan] Build plain CFG with simple recipes for outer loops.

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 03:20:25 PDT 2018


dcaballe added a comment.

I agree with Hideki. In addition, please, note that in this patch we are trying to use the minimal number of recipes to make the transition to VPInstructions easier. Modeling a broadcast as a gather with VPWidenMemoryRecipe is a good trade-off in this regard, which will be improved in the future.


Repository:
  rL LLVM

https://reviews.llvm.org/D44338





More information about the llvm-commits mailing list