[llvm] f87bde2 - [nfc] Update comment for raw profile version 10. (#87207)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 31 17:25:32 PDT 2024


Author: Mingming Liu
Date: 2024-03-31T17:25:28-07:00
New Revision: f87bde2962dded71599034880f57f742ea371888

URL: https://github.com/llvm/llvm-project/commit/f87bde2962dded71599034880f57f742ea371888
DIFF: https://github.com/llvm/llvm-project/commit/f87bde2962dded71599034880f57f742ea371888.diff

LOG: [nfc] Update comment for raw profile version 10. (#87207)

- The raw profile format change is in https://github.com/llvm/llvm-project/pull/82711

Added: 
    

Modified: 
    llvm/include/llvm/ProfileData/InstrProf.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ProfileData/InstrProf.h b/llvm/include/llvm/ProfileData/InstrProf.h
index f6c7960ed8bc5c..3a71c02d6d5cfb 100644
--- a/llvm/include/llvm/ProfileData/InstrProf.h
+++ b/llvm/include/llvm/ProfileData/InstrProf.h
@@ -1195,6 +1195,7 @@ namespace RawInstrProf {
 // Version 7: Reorder binary id and include version in signature.
 // Version 8: Use relative counter pointer.
 // Version 9: Added relative bitmap bytes pointer and count used by MC/DC.
+// Version 10: Added vtable, a new type of value profile data.
 const uint64_t Version = INSTR_PROF_RAW_VERSION;
 
 template <class IntPtrT> inline uint64_t getMagic();


        


More information about the llvm-commits mailing list