[all-commits] [llvm/llvm-project] f7abe2: [NFC][CodeGen] Use DenseMap instead of unordered_m...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Apr 18 23:21:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7abe260a548e5b98ca193cb3b42c1e6896b5a48
https://github.com/llvm/llvm-project/commit/f7abe260a548e5b98ca193cb3b42c1e6896b5a48
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2026-04-19 (Sun, 19 Apr 2026)
Changed paths:
M llvm/lib/CodeGen/BasicBlockMatchingAndInference.cpp
Log Message:
-----------
[NFC][CodeGen] Use DenseMap instead of unordered_map in BasicBlockMatchingAndInference (#192824)
We don't need reference stability of unordered_map here.
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