llvm-project
37881c63 - [llvm] Replace unordered_{map,set} with Dense{Map,Set} in local maps (#204277)

Commit
86 days ago
[llvm] Replace unordered_{map,set} with Dense{Map,Set} in local maps (#204277) std::unordered_map is slow. Replace maps and sets without a pointer-stability requirement to DenseMap/DenseSet. Extracted from #202222
Author
Parents
Loading