History log of /llvm-project/clang/test/SemaOpenMP/amdgpu-buffer-rsrc.cpp (Results 1 – 1 of 1)
Revision Date Author Comments
# ad599211 19-Jun-2024 Shilei Tian <i@tianshilei.me>

[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)

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 w

[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)

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.

show more ...