[PATCH] D145194: [BOLT] Remove dependency on StringMap iteration order

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 09:15:46 PST 2023


Amir accepted this revision.
Amir added a comment.
This revision is now accepted and ready to land.

What's the reason behind `Counts`/`JumpTableCounts` being a `MapVector<StringRef, uint64_t` in `ReorderData::assignMemData` but `NamesToBranchesMapTy` being an `std::map<StringRef, FuncBranchData>`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145194



More information about the llvm-commits mailing list