[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:59:18 PST 2025
================
@@ -42,18 +42,40 @@ struct BBClusterInfo {
unsigned PositionInCluster;
};
+// This represents the CFG profile data for a function.
+struct CfgProfile {
----------------
rlavaee wrote:
Done. Thanks.
https://github.com/llvm/llvm-project/pull/163252
More information about the llvm-commits
mailing list