[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
Tue May 6 13:05:38 PDT 2025
================
@@ -57,6 +57,8 @@ class MapVector {
return std::move(Vector);
}
+ ArrayRef<value_type> getArrayRef() const { return Vector; }
----------------
mingmingl-llvm wrote:
done in https://github.com/llvm/llvm-project/pull/138726
https://github.com/llvm/llvm-project/pull/138170
More information about the llvm-commits
mailing list