[all-commits] [llvm/llvm-project] 4de545: [NFC] use DenseMap/SmallPtrSet in CacheMetrics and...
David CARLIER via All-commits
all-commits at lists.llvm.org
Wed Jun 24 05:25:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4de5455b77e177137c46876d6d4ae171d06b15fa
https://github.com/llvm/llvm-project/commit/4de5455b77e177137c46876d6d4ae171d06b15fa
Author: David CARLIER <devnexen at gmail.com>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
M bolt/lib/Passes/CacheMetrics.cpp
M bolt/lib/Passes/TailDuplication.cpp
Log Message:
-----------
[NFC] use DenseMap/SmallPtrSet in CacheMetrics and TailDupli… (#205480)
…cation
Swap pointer-keyed std::unordered_map/std::set for their ADT equivalents
on hot paths.
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