[all-commits] [llvm/llvm-project] 85ab20: [ADT] Inline InsertIntoBucket and InsertIntoBucket...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Aug 27 08:28:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85ab209e3b4d13b1e7e454412a98511459397635
https://github.com/llvm/llvm-project/commit/85ab209e3b4d13b1e7e454412a98511459397635
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
Log Message:
-----------
[ADT] Inline InsertIntoBucket and InsertIntoBucketWithLookup into their callers (NFC) (#155550)
InsertIntoBucket and InsertIntoBucketWithLookup each has exactly one
caller. This patch inlines them into their respective sole callers,
reducing the line count.
While we are at it, this patch renames InsertIntoBucketImpl to
findBucketForInsertion to better reflect its purpose now that
InsertIntoBucket is being removed.
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