[PATCH] D103563: [HIP] Fix amdgcn builtin for long type
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 08:56:57 PDT 2021
yaxunl added a comment.
I got regressions in OpenCL tests since long long int is 128 bit in OpenCL. I switched to use `W` as width modifier in builtin definitions since `W` is for fixed-length 64 bit int type.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103563/new/
https://reviews.llvm.org/D103563
More information about the cfe-commits
mailing list