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

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 16:25:11 PDT 2017


iteratee added a comment.

It doesn't have to blow it up exponentially. Can we clone the function to be inlined, re-writing the recursive calls to call the clone, and then inline that? Similar to a worker-wrapper transformation


https://reviews.llvm.org/D34017





More information about the llvm-commits mailing list