[clang] [Clang][AMDGPU] Add a builtin for llvm.amdgcn.make.buffer.rsrc intrinsic (PR #95276)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 06:00:33 PDT 2024
================
@@ -33,6 +33,7 @@
// q -> Scalable vector, followed by the number of elements and the base type.
// Q -> target builtin type, followed by a character to distinguish the builtin type
// Qa -> AArch64 svcount_t builtin type.
+// Qb -> AMDGPU __amdgpu_buffer_rsrc_t builtin type.
----------------
shiltian wrote:
Well not really. We can't test it out in the parent patch w/o introduction of a builtin function.
https://github.com/llvm/llvm-project/pull/95276
More information about the cfe-commits
mailing list