[llvm] [HLSL] Add descriptor table metadata parsing (PR #142492)

Alex Sepkowski via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 16:10:37 PDT 2025


================
@@ -98,6 +98,17 @@ DESCRIPTOR_RANGE_FLAG(16, DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS)
 #undef DESCRIPTOR_RANGE_FLAG
 #endif // DESCRIPTOR_RANGE_FLAG
 
+// DESCRIPTOR_RANGE(value, name).
+#ifdef DESCRIPTOR_RANGE
----------------
alsepkow wrote:

nit: the other ifdef blocks have a new line after the ifdef.

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


More information about the llvm-commits mailing list