This is useful in certain use-cases such as D51833.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
(Really nit-picky comment: I would have done it by keeping an offset aside to add for lower case A-F to a-f and kept the original table as is. Implications of removing static may cause an insignificant increase in code size with bad linkers, just speculating, feel free to ignore)