[PATCH] D121084: [NewPM][Inliner] Make inlined calls to functions in same SCC as callee exponentially expensive
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 12:24:33 PST 2022
nikic added a comment.
I've been testing this with more cases, and unfortunately this one does sometimes do appreciably worse than D120584 <https://reviews.llvm.org/D120584>. For a fluent_bundle-derived test case, this approach takes 2x longer to compile than the previous version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121084/new/
https://reviews.llvm.org/D121084
More information about the llvm-commits
mailing list