[PATCH] D99294: [VPlan] Representing backedge def-use feeding reduction phis.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 13:39:04 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:8882
+
+ // Record the PHI and the incoming value from the backedge, so we can add
+ // the incoming value from the backedge after all recipes have been
----------------
Ayal wrote:
> nit: "// Record the [PHI and the] incoming value"
Thanks, should be fixed in 75b9997760c6
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99294/new/
https://reviews.llvm.org/D99294
More information about the llvm-commits
mailing list