[PATCH] D109104: [CSSPGO] Allow inlining recursive call for preinliner

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 16:22:56 PDT 2021


wlei added a comment.

Nice to see we can handle recursion inlining. I guess here the recursion inlining is from different call site since we actually do compression to block many "recursion". Now with this, I'm wondering if we can change compression strategy to allow more duplication context, see if we can find a balance between the code size and duplication.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109104/new/

https://reviews.llvm.org/D109104



More information about the llvm-commits mailing list