[llvm] [memprof] Refactor getMemProfRecord (NFC) (PR #93138)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 09:29:38 PDT 2024


================
@@ -649,6 +649,8 @@ class InstrProfReaderRemapper {
 
 class IndexedMemProfReader {
 private:
+  /// The MemProf version.
----------------
snehasish wrote:

Is there any particular reason to move this to the header?

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


More information about the llvm-commits mailing list