[all-commits] [llvm/llvm-project] 810613: [llvm] Replace unordered_map<std::string, T> with ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 14 21:08:02 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8106136012b933c4674c4f72f0b2a61a8b7eaa71
https://github.com/llvm/llvm-project/commit/8106136012b933c4674c4f72f0b2a61a8b7eaa71
Author: Fangrui Song <i at maskray.me>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M llvm/lib/Support/Z3Solver.cpp
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
M llvm/lib/Target/SPIRV/SPIRVUtils.h
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/lib/SnippetFile.cpp
M llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp
M llvm/tools/llvm-exegesis/lib/SubprocessMemory.h
M llvm/tools/llvm-objdump/SourcePrinter.h
M llvm/tools/llvm-profgen/ProfiledBinary.cpp
M llvm/tools/llvm-profgen/ProfiledBinary.h
M llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp
M llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Log Message:
-----------
[llvm] Replace unordered_map<std::string, T> with StringMap (#203815)
Prefer StringMap to the slow unordered_map per ProgrammersManual.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list