[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 09:19:40 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:
It indeed sounds like that, but I checked where `Qa` was introduced. It was after the type was introduced. https://reviews.llvm.org/D150953
https://github.com/llvm/llvm-project/pull/95276
More information about the cfe-commits
mailing list