[llvm-branch-commits] [MC][NFC] Use std::map for AddressProbesMap (PR #99553)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 18 12:34:29 PDT 2024


https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/99553

AddressProbesMap is keyed by binary addresses, and it makes sense to
treat them as ordered. This also enables slicing by binary function/
binary basic block, to be used in BOLT.

Test Plan: NFC





More information about the llvm-branch-commits mailing list