[llvm] Use the Propeller CFG profile in the PGO analysis map if it is available. (PR #163252)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 23:55:11 PST 2025
================
@@ -166,6 +167,12 @@ static cl::bits<PGOMapFeaturesEnum> PgoAnalysisMapFeatures(
"Enable extended information within the SHT_LLVM_BB_ADDR_MAP that is "
"extracted from PGO related analysis."));
+static cl::opt<bool> PgoAnalysisMapEmitBBSectionsCfg(
+ "pgo-analysis-map-emit-bb-sections-cfg",
----------------
rlavaee wrote:
The goal is to have the entire CFG encoded (frequencies and edges).
https://github.com/llvm/llvm-project/pull/163252
More information about the llvm-commits
mailing list