[PATCH] D53887: [HotColdSplitting] Outline more than once per function

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 12:56:21 PST 2018


junbuml added a comment.

I guess it would be good to give some stress test on this pass to see if there is any hidden bug by relaxing conditions in unlikelyExecuted().  As we treat more blocks as cold without being limited on unlikelyExecuted(), we maybe able to expose hidden issues with it.


https://reviews.llvm.org/D53887





More information about the llvm-commits mailing list