[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Add optional parameters for RootConstants (PR #138007)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 1 10:01:28 PDT 2025


================
@@ -255,7 +255,9 @@ TEST_F(ParseHLSLRootSignatureTest, ValidSamplerFlagsTest) {
 TEST_F(ParseHLSLRootSignatureTest, ValidParseRootConsantsTest) {
----------------
joaosaffran wrote:

I would suggest having tests cases for mandatory and optional fields. Also test cases to verify the error cases as well, if possible

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


More information about the llvm-branch-commits mailing list