[PATCH] D82087: AMDGPU/clang: Add builtins for llvm.amdgcn.ballot
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 15:53:24 PST 2022
arsenm updated this revision to Diff 484980.
arsenm added a comment.
Rebase. Use _w32/_w64 suffixes since some other wave specific builtins seem to have gone with that convention
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82087/new/
https://reviews.llvm.org/D82087
Files:
clang/include/clang/Basic/BuiltinsAMDGPU.def
clang/lib/Basic/Targets/AMDGPU.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGenOpenCL/amdgpu-features.cl
clang/test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl
clang/test/CodeGenOpenCL/builtins-amdgcn-wave32.cl
clang/test/CodeGenOpenCL/builtins-amdgcn-wave64.cl
clang/test/SemaOpenCL/builtins-amdgcn-error-wave32.cl
clang/test/SemaOpenCL/builtins-amdgcn-error-wave64.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82087.484980.patch
Type: text/x-patch
Size: 18152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221222/ff174f18/attachment-0001.bin>
More information about the cfe-commits
mailing list