[llvm] [SCEV] Remove EqCacheSCEV (PR #133186)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 20:24:39 PDT 2025
rnk wrote:
The commit that introduced the Optional/std::optional 8a4ad8849f4898dd19e31b9dcede7ace3575d00d basically fixed this bug for complex SCEVs, but it didn't touch the value cache. Regardless, I think removing it is best if it doesn't regress compile time.
https://github.com/llvm/llvm-project/pull/133186
More information about the llvm-commits
mailing list