[llvm] [InlineCost] Don't call collectEphemeralValues() if too many assumptions (PR #129279)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 13:29:14 PST 2025


================
@@ -2785,7 +2791,15 @@ InlineResult CallAnalyzer::analyze() {
   // the ephemeral values multiple times (and they're completely determined by
   // the callee, so this is purely duplicate work).
----------------
nikic wrote:

Wouldn't it be better to resolve this FIXME instead?

https://github.com/llvm/llvm-project/pull/129279


More information about the llvm-commits mailing list