[llvm] [StaticDataLayout][PGO] Add profile format for static data layout, and the classes to operate on the profiles. (PR #138170)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 22:17:58 PDT 2025


================
@@ -493,6 +500,11 @@ class InstrProfSymtab {
 public:
   using AddrHashMap = std::vector<std::pair<uint64_t, uint64_t>>;
 
+  // Returns the canonial name of the given PGOName. In a canonical name, all
----------------
mingmingl-llvm wrote:

thanks for the catch, fixed.

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


More information about the llvm-commits mailing list