summaryrefslogtreecommitdiff
path: root/clang/test/SemaOpenMP/amdgpu-buffer-rsrc.cpp
AgeCommit message (Collapse)Author
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian
This patch adds a new builtin type for AMDGPU's buffer rsrc data type, which is effectively an AS 8 pointer. This is needed because we'd like to expose certain intrinsics to users via builtins which take buffer rsrc as argument.