[PATCH] D153692: [llvm-profdata] Remove MD5 collision check in D147740

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 18:11:36 PDT 2023


huangjd added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProf.h:1308
 /// with 1,000,000 entries is
-/// (2^64)!/((2^64-1000000)!*(2^64)^1000000) ~= 3*10^-8.
+/// 1 - (2^64)!/((2^64-1000000)!*(2^64)^1000000) ~= 3*10^-8.
 template <template <typename, typename, typename...> typename MapT,
----------------
fixed mistake in comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153692



More information about the llvm-commits mailing list