[all-commits] [llvm/llvm-project] c8fc23: [BOLT][NFC] Eliminate uses of throwing std::map::a...
shaw young via All-commits
all-commits at lists.llvm.org
Wed May 22 09:27:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8fc234ee28d0e2a10bd88bae391cb3e32e2ee77
https://github.com/llvm/llvm-project/commit/c8fc234ee28d0e2a10bd88bae391cb3e32e2ee77
Author: shaw young <58664393+shawbyoung at users.noreply.github.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M bolt/include/bolt/Profile/BoltAddressTranslation.h
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Core/BinaryEmitter.cpp
M bolt/lib/Core/DynoStats.cpp
M bolt/lib/Passes/BinaryFunctionCallGraph.cpp
M bolt/lib/Passes/BinaryPasses.cpp
M bolt/lib/Passes/CacheMetrics.cpp
M bolt/lib/Passes/Inliner.cpp
M bolt/lib/Profile/StaleProfileMatching.cpp
Log Message:
-----------
[BOLT][NFC] Eliminate uses of throwing std::map::at (#92950)
Remove calls to std::unordered_map::at, std::map::at, and
std::vector::at.
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