llvm-project
c0a8fb21
- [CodeGen] Use std::bitset for MachineFunctionProperties (#94627)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[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.
References
#94627 - [CodeGen] Use std::bitset for MachineFunctionProperties
Author
aengelke
Parents
23d86165
Loading