[PATCH] D120584: [NewPM][Inliner] Mark inlined calls to functions in same SCC as callee as noinline

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 14:19:34 PST 2022


wenlei requested changes to this revision.
wenlei added a comment.
This revision now requires changes to proceed.

I know that we have settled on D121084 <https://reviews.llvm.org/D121084>, but just to provide a data point to support the earlier concern that David and I raised about perf impact.

I measured this on a large internal workload (at Meta), and there's a consistent 0.5% CPU regression with this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120584



More information about the llvm-commits mailing list