[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 23 04:24:03 PDT 2020
    
    
  
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:200
 static bool allSameBlock(ArrayRef<Value *> VL) {
   Instruction *I0 = dyn_cast<Instruction>(VL[0]);
   if (!I0)
----------------
Are we going to have a problem if VL[0] is UndefValue?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57059/new/
https://reviews.llvm.org/D57059
    
    
More information about the llvm-commits
mailing list