llvm-project
ce8cb7c3 - [Analysis][NFC] Don't use BitVector for nobuiltin overrides

Commit
1 year ago
[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
Author
Parents
Loading