[PATCH] D121052: [lld-macho][nfc] Reduce size of icfEqClass hash

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 13:30:29 PDT 2022


thakis added inline comments.
Herald added a subscriber: StephenFan.


================
Comment at: lld/MachO/ICF.cpp:375
   std::vector<ConcatInputSection *> hashable;
   uint64_t icfUniqueID = inputSections.size();
   for (ConcatInputSection *isec : inputSections) {
----------------
Should this be a uint32_t now? (doesn't matter in practice; I just found it confusing when I was reading the code just now)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121052



More information about the llvm-commits mailing list