[PATCH] D98634: [LV] Move runtime pointer size check to LVP::plan().
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 23 09:54:30 PDT 2021
    
    
  
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp:45-52
 static cl::opt<unsigned> VectorizeSCEVCheckThreshold(
     "vectorize-scev-check-threshold", cl::init(16), cl::Hidden,
     cl::desc("The maximum number of SCEV checks allowed."));
 
 static cl::opt<unsigned> PragmaVectorizeSCEVCheckThreshold(
     "pragma-vectorize-scev-check-threshold", cl::init(128), cl::Hidden,
     cl::desc("The maximum number of SCEV checks allowed with a "
----------------
lebedev.ri wrote:
> These should move, too.
Agreed, but I think it only really makes sense to move those once we make better cost-based decisions for them as well. WDYT?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98634/new/
https://reviews.llvm.org/D98634
    
    
More information about the llvm-commits
mailing list