[PATCH] D91230: [IRCE] Use the same min runtime iteration threshold for BPI and BFI checks
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov 13 00:54:14 PST 2020
    
    
  
mkazantsev accepted this revision.
mkazantsev added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp:116
 
 static cl::opt<unsigned> MinRuntimeIterations("min-runtime-iterations",
+                                              cl::Hidden, cl::init(10));
----------------
Please rename into `irce-min-runtime-itetarions`
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91230/new/
https://reviews.llvm.org/D91230
    
    
More information about the llvm-commits
mailing list