llvm-project
1ead4a8a - IR: Reorder ConstantData enum values (#138638)

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