[PATCH] D99294: [VPlan] Representing backedge def-use feeding reduction phis.

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 09:23:38 PDT 2021


Ayal 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
----------------
nit: "// Record the [PHI and the] incoming value" 


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