[PATCH] D76255: [SampleFDO] Port MD5 name table support to extbinary format.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 09:38:12 PDT 2020


davidxl added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProfReader.h:637
+  /// converted from uint64_t data.
+  std::unique_ptr<std::vector<std::string>> MD5Names;
+
----------------
What is the use of MD5Names?  It seems only used in useMD5() method.

Also why does it need to be unique_ptr?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D76255





More information about the llvm-commits mailing list