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

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 13:50:13 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).
----------------
vporpo wrote:

Yes, that would be ideal. Caching the EphValues set based on the callee would probably fix the issue. The problem is that I am not sure I will be able to catch all cases where caching would need to be invalidated. I don't see any tests for this code which would make it tricky to validate.

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


More information about the llvm-commits mailing list