[llvm] [PGO][SampledInstr] Correct off by 1s and allow 100% sampling (PR #113350)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 12:01:25 PDT 2024
https://github.com/xur-llvm approved this pull request.
For the default fast sampling, we change to use unsigned instead from short with this change. I think that's fine.
This patch looks good to me with some minor comments. Thanks for working on this.
https://github.com/llvm/llvm-project/pull/113350
More information about the llvm-commits
mailing list