[PATCH] D119661: [LV] Support chained phis as incoming values for first-order recurs.

Zhou Kaipeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 13 20:03:57 PDT 2022


TKaipeng added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:8869
+      // values.
+      recordRecipeOf(Phi);
+
----------------
Should we record recipes for induction phis? It's possible to be the incoming value for later phis.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119661



More information about the llvm-commits mailing list