[clang] [llvm] [AMDGPU] Add a new builtin type for image descriptor rsrc (PR #160258)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 24 06:56:08 PDT 2025


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

Why do we need a special macro for this?

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


More information about the cfe-commits mailing list