[PATCH] D147783: [VPlan] Add stride->constant VPlan mapping at construction.

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 9 18:21:43 PDT 2023


peixin added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:8911
   VPBasicBlock *Preheader = new VPBasicBlock("vector.ph");
   auto Plan = std::make_unique<VPlan>(Preheader);
 
----------------
Don't get why this cannot capture the cases in preheader?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147783



More information about the llvm-commits mailing list