xref: /llvm-project/llvm/test/tools/dxil-dis/di-subrotine.ll (revision 208d0f04a62f9a444d42394c05a6b3e4cc78136b)
1; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
2target triple = "dxil-unknown-shadermodel6.7-library"
3
4!llvm.used = !{!0}
5
6!0 = !DISubroutineType(types: !1)
7!1 = !{!2, !2, !2, !2}
8!2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
9
10; CHECK: !0 = !DISubroutineType(types: !1)
11; CHECK: !1 = !{!2, !2, !2, !2}
12; CHECK: !2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
13