[llvm-branch-commits] [NFCI][sanitizers][metadata] Exctract create{Unlikely, Likely}BranchWeights (PR #89464)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 19 15:24:20 PDT 2024
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/89464
We have a lot of repeated code with random constants.
Particular values are not important, the one just needs to be
bigger then another.
UR_NONTAKEN_WEIGHT is selected as it's the most common one.
More information about the llvm-branch-commits
mailing list