[llvm] [StaticDataLayout][PGO]Implement reader and writer change for data access profiles (PR #139997)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed May 21 16:24:11 PDT 2025
================
@@ -41,6 +41,8 @@ namespace data_access_prof {
struct SourceLocation {
----------------
mingmingl-llvm wrote:
Removed DenseMap and STLExtras as suggested.
DenseMapInfoVariant is needed for `MapVector<std::variant<StringRef, uint64_t, ValType>`.
https://github.com/llvm/llvm-project/pull/139997
More information about the llvm-commits
mailing list