Skip to content

Commit 9f8e512

Browse files
author
joaosaffran
committed
fix test
1 parent d1a79b3 commit 9f8e512

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags.ll

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
target triple = "dxil-unknown-shadermodel6.0-compute"
55

6-
; CHECK: @dx.rts0 = private constant [8 x i8] c"{{.*}}", section "RTS0", align 4
6+
; CHECK: @dx.rts0 = private constant [24 x i8] c"{{.*}}", section "RTS0", align 4
77

88

99
define void @main() #0 {
@@ -23,8 +23,12 @@ attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
2323
!4 = !{ !"RootFlags", i32 1 } ; 1 = allow_input_assembler_input_layout
2424

2525

26-
; DXC: - Name: RTS0
27-
; DXC-NEXT: Size: 8
28-
; DXC-NEXT: RootSignature:
29-
; DXC-NEXT: Size: 8
30-
; DXC-NEXT: AllowInputAssemblerInputLayout: true
26+
; DXC: - Name: RTS0
27+
; DXC-NEXT: Size: 24
28+
; DXC-NEXT: RootSignature:
29+
; DXC-NEXT: Version: 2
30+
; DXC-NEXT: NumParameters: 0
31+
; DXC-NEXT: RootParametersOffset: 0
32+
; DXC-NEXT: NumStaticSamplers: 0
33+
; DXC-NEXT: StaticSamplersOffset: 0
34+
; DXC-NEXT: AllowInputAssemblerInputLayout: true

0 commit comments

Comments
 (0)