[llvm] [SCEV] Remove EqCacheSCEV (PR #133186)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 30 06:50:32 PDT 2025


nikic wrote:

As this cache is dealing with pathological cases, not average ones, have you verified this does not regress the motivating cases? It looks like the differential for the original change links a bunch. The MaxSCEVCompareDepth is pretty large as these depth limits go.

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


More information about the llvm-commits mailing list