[PATCH] D38693: [SLP] Consider extractelements as shuffles iff they have the same type/parent etc.
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 10 13:15:39 PDT 2017
    
    
  
RKSimon added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:709
 
     /// Do we need to gather this sequence ?
+    TreeEntryKind VectorizationKind = TEK_Vectorize;
----------------
Update comment
https://reviews.llvm.org/D38693
    
    
More information about the llvm-commits
mailing list