[PATCH] D90562: [VPlan] Use VPDef for VPInterleaveRecipe.

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 00:49:15 PST 2020


gilr added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7753
 
+  auto skipDeadInterleaveMembers =
+      [&DeadInterleaveGroupMembers](Instruction *I) {
----------------
Could you elaborate on why applying the interleave groups is moved back to VPlan creation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90562



More information about the llvm-commits mailing list