diff options
author | Kazu Hirata <kazu@google.com> | 2025-03-23 11:05:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 11:05:33 -0700 |
commit | a578a75ab54e84a699bd6af436167b54b329f3a5 (patch) | |
tree | 0d8cc011d581c44346ed0f1876da790583d7621d /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 0be69e532c52e99fcea98fe4a824270a921ffc74 (diff) | |
download | llvm-a578a75ab54e84a699bd6af436167b54b329f3a5.zip llvm-a578a75ab54e84a699bd6af436167b54b329f3a5.tar.gz llvm-a578a75ab54e84a699bd6af436167b54b329f3a5.tar.bz2 |
[Target] Use DenseSet instead of DenseMap (NFC) (#132619)
This patch uses DenseSet instead of DenseMap. Note that the set of
Registers that map to true without this patch is the same as the set
of Registers that are present in the set with this patch. This patch
is inspired by:
commit d7879e524fbbc4c2790dac62343444191f736f00
Author: Craig Topper <craig.topper@sifive.com>
Date: Wed Mar 19 08:32:09 2025 -0700
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions