[all-commits] [llvm/llvm-project] 802fa9: [PredicateInfo] Avoid duplicate hash lookup (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 19 07:18:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 802fa92aee3565768887615108aa3e924d4e0fc7
https://github.com/llvm/llvm-project/commit/802fa92aee3565768887615108aa3e924d4e0fc7
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
Log Message:
-----------
[PredicateInfo] Avoid duplicate hash lookup (NFC)
Use try_emplace to either look up the existing entry or insert it.
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