[PATCH] D34017: Do not early-inline recursive calls in sample profile loader.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 16:49:21 PDT 2017


danielcdh added a comment.

In https://reviews.llvm.org/D34017#775716, @davidxl wrote:

> Does it miss opportunities to profile annotate inline instance of indirect target?


For indirect recursive-call, yes. But those calls will not be by llvm inlined anyway. So promote to direct call does not help much.


https://reviews.llvm.org/D34017





More information about the llvm-commits mailing list