[PATCH] D148872: [llvm-profdata] ProfileReader cleanup - preparation for MD5 refactoring - 2

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 17:30:26 PDT 2023


hoy added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProfReader.h:694
+  /// for SampleContextFrames.
+  std::vector<SampleContextFrameVector> CSNameTable;
 
----------------
Are we planning to retire `SampleProfileReaderCompactBinary`? The functions and fields being refactored are not supposed to be available for that class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148872/new/

https://reviews.llvm.org/D148872



More information about the llvm-commits mailing list