[llvm] [DAGCombiner] Use SmallDenseMap (NFC) (PR #79681)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 28 00:37:09 PST 2024


nikic wrote:

@kazutakahirata It probably depends a lot on how often the DenseMap is accessed. If it is accessed much more often that it is grown, that may outweigh the allocation overhead.

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


More information about the llvm-commits mailing list