[PATCH] D106244: [LV] Move recurrence backedge fixup code to VPlan::execute (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 05:33:33 PDT 2021


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:818
 
+  // Fix the latch value of the first-order recurrenxes in the vector loop.
+  VPBasicBlock *Header = Entry->getEntryBasicBlock();
----------------
Ayal wrote:
> recurrenxes
> 
> Mention that they have a single part, regardless of UF?
> 
> Use VectorLatchBB?
Thanks Ayal! I'll address those in the committed version.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106244



More information about the llvm-commits mailing list