[PATCH] D70587: [SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 03:29:13 PST 2019


ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:2418
 
+  /*
   if (StoreInst *SI = dyn_cast<StoreInst>(S.OpValue))
----------------
Why is this commented out?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70587





More information about the llvm-commits mailing list