[llvm] [BOLT] Refactor SplitFunctions for function reuse. NFC. (PR #73078)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 19:10:33 PST 2023


ShatianWang wrote:

Based on offline discussion with @maksfb, made the following changes:
- [fixup! [BOLT] Refactor SplitFunctions for function reuse. NFC.](https://github.com/llvm/llvm-project/pull/73078/commits/c85461f800f68911ea87222cd1f114ed322ce987) reverted the changes related to hasFullProfile. This is because hasValidProfile is equivalent to hasFullProfile for simple functions.

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


More information about the llvm-commits mailing list