[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Update `setDefaultFlags` to account for Root Signature Version (PR #145828)

Justin Bogner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 3 11:40:18 PDT 2025


================
@@ -55,7 +59,9 @@
 // CHECK-SAME:   numClauses = 3, visibility = All
 // CHECK-SAME: ),
 // CHECK-SAME: Sampler(
-// CHECK-SAME:   s0, numDescriptors = 4, space = 1, offset = DescriptorTableOffsetAppend, flags = None
+// CHECK-SAME:   s0, numDescriptors = 4, space = 1, offset = DescriptorTableOffsetAppend,
+// CHECK-V1_1-SAME:  flags = DescriptorsVolatile
+// CHECK-V1_1-SAME:  flags = None
----------------
bogner wrote:

This looks like a typo... are these both supposed to be V1_1? Does this test currently pass?

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


More information about the llvm-branch-commits mailing list