llvm-project
1ead4a8a
- IR: Reorder ConstantData enum values (#138638)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
340 days ago
IR: Reorder ConstantData enum values (#138638) This sorts ConstantData to the low values, so we can perform a hasUseList check in a single compare instead of requiring 2 compares plus an and for the range check.
References
#138638 - IR: Reorder ConstantData enum values
Author
arsenm
Parents
bca39f4e
Loading