[llvm-branch-commits] [llvm] [BOLT] Drop high discrepancy profiles in matching (PR #95156)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 14 09:10:33 PDT 2024


================
@@ -58,7 +58,6 @@ struct FlowFunction {
   std::vector<FlowJump> Jumps;
   /// The index of the entry block.
   uint64_t Entry{0};
-  uint64_t Sink{UINT64_MAX};
----------------
WenleiHe wrote:

this change doesn't belong to this PR

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


More information about the llvm-branch-commits mailing list