[PATCH] D110465: [llvm-profgen] On-demand symbolization

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 26 20:34:27 PDT 2021


wenlei added inline comments.


================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.h:174
+  // Offset to instruction size map. Also used for quick offset lookup.
+  std::unordered_map<uint64_t, uint64_t> Offset2InstSizeMap;
+
----------------
We don't seem to use the size (value of the map)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110465



More information about the llvm-commits mailing list