llvm-project
ce8cb7c3
- [Analysis][NFC] Don't use BitVector for nobuiltin overrides
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#103411 - [Analysis][NFC] Don't use BitVector for nobuiltin overrides
Author
aengelke
Parents
6da3361f
Loading