[llvm] Adding Matching and Inference Functionality to Propeller-PR4: Implement matching and inference and create clusters (PR #165868)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 07:06:20 PST 2025


================
@@ -1174,8 +1174,6 @@ std::pair<int64_t, int64_t> assignJumpCosts(const ProfiParams &Params,
     else
       CostInc = Params.CostJumpUnknownInc;
     CostDec = 0;
-  } else {
-    assert(Jump.Weight > 0 && "found zero-weight jump with a positive weight");
----------------
spupyrev wrote:

Why removing this?

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


More information about the llvm-commits mailing list