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

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 03:39:40 PST 2019


anton-afanasyev marked 2 inline comments as done.
anton-afanasyev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:2418
 
+  /*
   if (StoreInst *SI = dyn_cast<StoreInst>(S.OpValue))
----------------
ABataev wrote:
> Why is this commented out?
Oops, mistakenly updated it last time. Fixing.


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