[llvm-branch-commits] [llvm] [BOLT] Match blocks with pseudo probes (PR #99891)

Lei Wang via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 18 11:28:40 PDT 2024


================
@@ -266,6 +305,69 @@ class StaleMatcher {
     }
     return BestBlock;
   }
+
+  /// Matches a profile block with an binary block based on pseudo probes.
----------------
wlei-llvm wrote:

nit: `an` -> `a`

https://github.com/llvm/llvm-project/pull/99891


More information about the llvm-branch-commits mailing list