[llvm] [HLSL][RootSignature] Implement serialized dump of Descriptor Tables (PR #138326)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 08:22:08 PDT 2025
inbelic wrote:
The data structures are only constructed through using the `RootSignatureParser`, so they will have been had basic validation (enums/flags will be valid). I don't think that we should be concerned with handling invalid data-values.
https://github.com/llvm/llvm-project/pull/138326
More information about the llvm-commits
mailing list