[PATCH] D50591: [PGO] Control Height Reduction
    Hiroshi Yamauchi via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug 17 12:54:10 PDT 2018
    
    
  
yamauchi added inline comments.
================
Comment at: lib/Passes/PassBuilder.cpp:198
+static cl::opt<bool>
+    EnableCHR("enable-chr-npm", cl::init(true), cl::Hidden,
+              cl::desc("Enable CHR"));
----------------
davidxl wrote:
> what is npm?
New pass manager, following the options above.
Repository:
  rL LLVM
https://reviews.llvm.org/D50591
    
    
More information about the llvm-commits
mailing list