[PATCH] D121084: [NewPM][Inliner] Make inlined calls to functions in same SCC as callee exponentially expensive

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 13:04:22 PST 2022


davide added a comment.

Hey folks, this is still not enough. We're seeing exponential behaviors when linking real-world projects.

Here's a reduced example that still goes exponential.
https://github.com/llvm/llvm-project/issues/59126

cc: @davidxl @aeubanks


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