[PATCH] D58787: [ProfileData] Sort ProfilingData by hash

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 09:15:26 PST 2019


davidxl added a comment.

The secondary map 'ProfileData' is needed occasionally (to use cfg hash).  doing sorting with std::map is not needed strictly speaking, but it has the nice property of having fixed order.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58787





More information about the llvm-commits mailing list