[PATCH] D100113: [LV] Move reduction PHI node fixup to VPlan::execute (NFC).
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 13:18:26 PDT 2021
Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.
Thanks! This looks good to me ;-)
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:4309
- // Reductions do not have to start at zero. They can start with
- // any loop invariant values.
- BasicBlock *VectorLoopLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch();
----------------
nit: place above comment about start value where it belongs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100113/new/
https://reviews.llvm.org/D100113
More information about the llvm-commits
mailing list