diff options
author | aengelke <engelke@in.tum.de> | 2024-06-06 17:13:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 17:13:01 +0200 |
commit | c0a8fb2120c6cf1e3006d6cc45eccef6fb5069f5 (patch) | |
tree | 30f7a4d3590607b4dc28f560d5c9439e17dc226a /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | 23d86165aabe351aae967301a4ba7d3781f5fb61 (diff) | |
download | llvm-c0a8fb2120c6cf1e3006d6cc45eccef6fb5069f5.zip llvm-c0a8fb2120c6cf1e3006d6cc45eccef6fb5069f5.tar.gz llvm-c0a8fb2120c6cf1e3006d6cc45eccef6fb5069f5.tar.bz2 |
[CodeGen] Use std::bitset for MachineFunctionProperties (#94627)
The size of the properties is fixed, so no need for a BitVector.
Assigning small, fixed-size bitsets is faster.
It's a minor performance improvement.
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions