[llvm] [ctx_prof] Add Inlining support (PR #106154)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 14:15:17 PDT 2024


================
@@ -29,6 +29,15 @@ cl::opt<std::string>
     UseCtxProfile("use-ctx-profile", cl::init(""), cl::Hidden,
                   cl::desc("Use the specified contextual profile file"));
 
+static cl::opt<CtxProfAnalysisPrinterPass::PrintMode> PrintLevel(
+    "ctx-profile-printer-level",
+    cl::init(CtxProfAnalysisPrinterPass::PrintMode::Everything), cl::Hidden,
----------------
teresajohnson wrote:

Why does it init to Everything here but JSON down on. line 178?

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


More information about the llvm-commits mailing list