[llvm] [InlineCost] Cache collectEphemeralValues() to save compile time (PR #130210)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 16:48:18 PST 2025
vporpo wrote:
This solves the same problem as https://github.com/llvm/llvm-project/pull/129279 but using caching instead of introducing a hard limit.
I am not super confident that the cache won't need to be invalidated, but that's what I saw in my (limited) testing.
https://github.com/llvm/llvm-project/pull/130210
More information about the llvm-commits
mailing list