[PATCH] D135914: [PseudoProbe] Decode offset based pseudo probe.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 14:59:48 PDT 2022


hoy added a comment.

In D135914#3876108 <https://reviews.llvm.org/D135914#3876108>, @maksfb wrote:

> There are a couple more uses of `std::*map<>` left that could be converted to maps from LLVM's ADT.

Yes, std::map is used everywhere in llvm-profgen. Do you think ADT performs better than it?  I can do a separate refactoring if you don't mind.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135914



More information about the llvm-commits mailing list