diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-04-16 17:45:40 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-04-16 17:57:53 -0700 |
commit | a623051dc3011fe6f41bddab4024fc213f60282b (patch) | |
tree | ff5744dd32f4e7b7a7126c94902ef9a71ea9a18c /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 1206b95e0703dc0a9b619a095d5564ac51c39d19 (diff) | |
download | llvm-a623051dc3011fe6f41bddab4024fc213f60282b.zip llvm-a623051dc3011fe6f41bddab4024fc213f60282b.tar.gz llvm-a623051dc3011fe6f41bddab4024fc213f60282b.tar.bz2 |
[TableGen] Replace two SmallDenseSets with SmallSets.
The key here is HwMode indices. They're going to be small numbers,
contiguous, and only a few different values. I don't think we need
to go through the SmallDenseSet hashing.
A BitVector would be even better, but we don't have the upper
bound here.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions