diff options
author | Utkarsh Saxena <usx@google.com> | 2021-01-14 18:01:25 +0100 |
---|---|---|
committer | Utkarsh Saxena <usx@google.com> | 2021-01-15 18:13:24 +0100 |
commit | d5047d762f391c94939d67fc84cae25b24125694 (patch) | |
tree | dd2b76c0a71ce22e1f7766eb62a0790e2097ef4b /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | b6e06a740c26b2b9d91455ad49a5009335089242 (diff) | |
download | llvm-d5047d762f391c94939d67fc84cae25b24125694.zip llvm-d5047d762f391c94939d67fc84cae25b24125694.tar.gz llvm-d5047d762f391c94939d67fc84cae25b24125694.tar.bz2 |
[clangd] Update CC Ranking model with better sampling.
A better sampling strategy was used to generate the dataset for this
model.
New signals introduced in this model:
- NumNameInContext: Number of words in the context that matches the name
of the candidate.
- FractionNameInContext: Fraction of the words in context matching the
name of the candidate.
We remove the signal `IsForbidden` from the model and down rank
forbidden signals aggresively.
Differential Revision: https://reviews.llvm.org/D94697
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions