Files
clang-p2996/clang/test/CodeGenHIP
Sameer Sahasrabuddhe 9db642394d [clang][AMDGPU] fix the return type for ballot (#73906)
In the builtins declaration, "ULi" is a 32-bit integer on Windows. Use
"WUi" instead to ensure a 64-bit integer on all platforms.
2023-12-04 15:15:02 +05:30
..