[clang] [Clang][AMDGPU] Add a builtin for llvm.amdgcn.make.buffer.rsrc intrinsic (PR #95276)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 17 23:05:30 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.
----------------
arsenm wrote:

This belongs in the parent patch 

https://github.com/llvm/llvm-project/pull/95276


More information about the cfe-commits mailing list