This is an archive of the discontinued LLVM Phabricator instance.

[openmp][amdgpu] Replace unsigned long with uint64_t
ClosedPublic

Authored by JonChesterfield on Jan 10 2022, 11:08 AM.

Details

Summary

Some types need to be 64 bit. Unsigned long is a hazard there.

Diff Detail