diff options
author | Alexis Engelke <engelke@in.tum.de> | 2024-08-14 09:41:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 09:41:04 +0200 |
commit | ce8cb7c389460ef7fa56b521742a58ead647fda6 (patch) | |
tree | 8c5765f06b5966700c49046f8647dc692fd5890c /llvm/lib/IR/Module.cpp | |
parent | 6da3361f504495cef71caa4de4297234b6ea7fc7 (diff) | |
download | llvm-ce8cb7c389460ef7fa56b521742a58ead647fda6.zip llvm-ce8cb7c389460ef7fa56b521742a58ead647fda6.tar.gz llvm-ce8cb7c389460ef7fa56b521742a58ead647fda6.tar.bz2 |
[Analysis][NFC] Don't use BitVector for nobuiltin overrides
Avoid one heap allocation per function per constructed TLI. The
BitVector is never resized, so a bitset is sufficient.
Pull Request: https://github.com/llvm/llvm-project/pull/103411
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions