Skip to content

Commit 7541d9a

Browse files
author
joaosaffran
committed
fix tests
1 parent c055fd0 commit 7541d9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

88

99
define void @main() #0 {
@@ -21,10 +21,9 @@ attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
2121

2222

2323
; DXC: - Name: RTS0
24-
; DXC-NEXT: Size: 16
24+
; DXC-NEXT: Size: 12
2525
; DXC-NEXT: RootSignature:
2626
; DXC-NEXT: Size: 64
27-
; DXC-NEXT: Version: 1
2827
; DXC-NEXT: NumParameters: 0
2928
; DXC-NEXT: Parameters: []
3029
; DXC-NEXT: AllowInputAssemblerInputLayout: true

0 commit comments

Comments
 (0)