[clang] [llvm] [AMDGPU] Add a new builtin type for image descriptor rsrc (PR #160258)
    Rana Pratap Reddy via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 23 02:31:42 PDT 2025
    
    
  
================
@@ -34,6 +34,7 @@
 //  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.
+//    Qc -> AMDGPU __amdgpu_image_desc_t builtin type.
----------------
ranapratap55 wrote:
Initially I thought of using "i" as for "image" but used "c" as it is next alphabet. I will modify as "i" if it is ok. @jayfoad 
https://github.com/llvm/llvm-project/pull/160258
    
    
More information about the llvm-commits
mailing list