aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/DirectX/ContainerData/EmptySignature.ll
blob: 796f7942a80b12baa8a117e24f366de7f2cb54fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; RUN: opt %s -dxil-embed -dxil-globals -S -o - | FileCheck %s
; RUN: llc %s --filetype=obj -o - | obj2yaml | FileCheck %s --check-prefix=DXC
target triple = "dxil-unknown-shadermodel6.0-compute"

; CHECK: @dx.isg1 = private constant [8 x i8] c"\00\00\00\00\08\00\00\00", section "ISG1", align 4
; CHECK: @dx.osg1 = private constant [8 x i8] c"\00\00\00\00\08\00\00\00", section "OSG1", align 4

define void @main() #0 {
entry:
  ret void
}

attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }

!dx.valver = !{!0}

!0 = !{i32 1, i32 7}

; DXC: - Name:            ISG1
; DXC-NEXT:   Size:            8
; DXC-NEXT:   Signature:
; DXC-NEXT:     Parameters:      []
; DXC: - Name:            OSG1
; DXC-NEXT:   Size:            8
; DXC-NEXT:   Signature:
; DXC-NEXT:     Parameters:      []