[PATCH] D154737: [BOLT] Add stale-related logging

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 08:14:55 PDT 2023


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

LGTM with a couple of nits. Thanks!



================
Comment at: bolt/include/bolt/Core/BinaryContext.h:650
+    uint32_t NumStaleBlocks{0};
+    ///   the number matched basic blocks
+    uint32_t NumMatchedBlocks{0};
----------------



================
Comment at: bolt/include/bolt/Core/BinaryContext.h:654
+    uint64_t StaleSampleCount{0};
+    ///   the count matched samples
+    uint64_t MatchedSampleCount{0};
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154737



More information about the llvm-commits mailing list