[llvm] Use BlockFrequency type in more places (NFC) (PR #68266)

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 10:29:28 PDT 2023


david-xl wrote:

Making the interfaces to use BlockFrequency consistently is good, but having programming convenience to directly assign from or compare with uint64_t is also handy.  Perhaps add member functions?

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


More information about the llvm-commits mailing list