Skip to content

Commit 5034fb3

Browse files
author
joaosaffran
committed
fixing tests
1 parent ad3dbe3 commit 5034fb3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 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 [12 x i8] c"{{.*}}", section "RTS0", align 4
6+
; CHECK: @dx.rts0 = private constant [16 x i8] c"{{.*}}", section "RTS0", align 4
77

88

99
define void @main() #0 {
@@ -20,9 +20,11 @@ attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
2020
!4 = !{ !"RootFlags", i32 1 } ; 1 = allow_input_assembler_input_layout
2121

2222

23-
; DXC: - Name: RTS0
24-
; DXC-NEXT: Size: 12
25-
; DXC-NEXT: RootSignature:
26-
; DXC-NEXT: Size: 8
27-
; DXC-NEXT: Version: 1
28-
; DXC-NEXT: AllowInputAssemblerInputLayout: true
23+
; DXC: - Name: RTS0
24+
; DXC-NEXT: Size: 16
25+
; DXC-NEXT: RootSignature:
26+
; DXC-NEXT: Size: 64
27+
; DXC-NEXT: Version: 1
28+
; DXC-NEXT: NumParameters: 0
29+
; DXC-NEXT: Parameters: []
30+
; DXC-NEXT: AllowInputAssemblerInputLayout: true

0 commit comments

Comments
 (0)