[PATCH] D53588: [hot-cold-split] split more than a cold region per function

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 12:29:48 PDT 2018


tejohnson added a comment.

As noted in my latest comment on https://reviews.llvm.org/D53534, the current naming scheme of extracted functions is such that for IR from a release built clang we would get identical names if multiple functions are extracted from the same original function.


https://reviews.llvm.org/D53588





More information about the llvm-commits mailing list