This follows up D67377 that added the isHot side.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think it is possible to templatize the implementation to share implementation with isHot... interfaces.
Comment Actions
For each isColdNthPercentil, there is a counter part in Hot -- the pair share mostly the same code and can be templatized.
Comment Actions
This broke check-lld on my linux bot: http://45.33.8.238/linux/11645/step_11.txt
Does that error make sense to you? Or do you think it's more likely that it's a bot problem?
Comment Actions
The error went away after a clean build, so I think it's unrelated to this change. Sorry for the noise!