This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] opencl-c.h: use uint/ulong consistently
ClosedPublic

Authored by svenvh on Feb 17 2022, 3:06 AM.

Details

Summary

Most places already seem to use the short spelling instead of
'unsigned int/long', so perform the following substitutions:

s/unsigned int /uint /g
s/unsigned long /ulong /g

This simplifies completeness comparisons against OpenCLBuiltins.td.

Diff Detail

Event Timeline

svenvh created this revision.Feb 17 2022, 3:06 AM
svenvh requested review of this revision.Feb 17 2022, 3:06 AM
Anastasia accepted this revision.Feb 17 2022, 4:19 AM

LGTM! Thanks

This revision is now accepted and ready to land.Feb 17 2022, 4:19 AM
This revision was landed with ongoing or failed builds.Feb 22 2022, 2:15 AM
This revision was automatically updated to reflect the committed changes.