[llvm] [SelectionDAG] Stop storing EVTs in a function scoped static std::set. (PR #118715)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 16:10:48 PST 2024


efriedma-quic wrote:

Is there some reason you're switching to FoldingSet, instead of just sticking with std::set?  Not sure what the performance of FoldingSet is like, but any performance difference is probably related to that switch, not whether the std::set is a global.

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


More information about the llvm-commits mailing list