[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
Fri Sep 26 12:21:37 PDT 2025


================
@@ -20,10 +20,17 @@
   AMDGPU_TYPE(Name, Id, SingletonId, Width, Align)
 #endif
 
+#ifndef AMDGPU_IMAGE_RSRC_TYPE
----------------
ranapratap55 wrote:

updated to use opaque ptr type.

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


More information about the llvm-commits mailing list