[llvm-branch-commits] [llvm] [BOLT] Match blocks with pseudo probes (PR #99891)

Shaw Young via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 25 14:31:25 PDT 2024


================
@@ -45,6 +45,8 @@ namespace opts {
 
 extern cl::opt<bool> TimeRewrite;
 extern cl::OptionCategory BoltOptCategory;
+extern cl::opt<unsigned> Verbosity;
+extern cl::opt<bool> ProfileUsePseudoProbes;
----------------
shawbyoung wrote:

Added a flag for pseudo probe block matching.

https://github.com/llvm/llvm-project/pull/99891


More information about the llvm-branch-commits mailing list