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

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 13:33:27 PDT 2025


================
@@ -174,6 +174,94 @@ static bool parseRootDescriptors(LLVMContext *Ctx,
   return false;
 }
 
+static bool parseDescriptorRange(LLVMContext *Ctx,
+                                 mcdxbc::RootSignatureDesc &RSD,
----------------
bogner wrote:

Why is RSD passed in here?

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


More information about the llvm-commits mailing list