[llvm] [memprof] Reduce schema for Version2 (PR #89876)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 10:38:33 PDT 2024
================
@@ -117,14 +117,21 @@ struct PortableMemInfoBlock {
void clear() { *this = PortableMemInfoBlock(); }
// Returns the full schema currently in use.
- static MemProfSchema getSchema() {
+ static MemProfSchema getFullSchema() {
----------------
kazutakahirata wrote:
I'll post a separate patch for that.
https://github.com/llvm/llvm-project/pull/89876
More information about the llvm-commits
mailing list