[all-commits] [llvm/llvm-project] 6e06b9: [ADT] Delegate to DenseMap::find_as (NFC) (#155974)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Aug 29 09:24:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e06b9caa4971c11b1c928e0882e69d5b9d9e859
https://github.com/llvm/llvm-project/commit/6e06b9caa4971c11b1c928e0882e69d5b9d9e859
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
Log Message:
-----------
[ADT] Delegate to DenseMap::find_as (NFC) (#155974)
DenseMap::find is a special case of DenseMap::find_as with a
restriction on the key type.
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