[PATCH] D83743: [InlineAdvisor] New inliner advisor to replay inlining from optimization remarks

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 09:27:47 PDT 2020


wenlei added a comment.

In D83743#2150703 <https://reviews.llvm.org/D83743#2150703>, @davidxl wrote:

> Can this be extended to the SCC inliner?


Yes, we can use it in SCC inliner as well. We just need extra plumbing there. We can do that in a separate change if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83743





More information about the llvm-commits mailing list