llvm-project
c0a8fb21 - [CodeGen] Use std::bitset for MachineFunctionProperties (#94627)

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.
Author
Parents
Loading