bolt/deps/llvm-18.1.8/llvm/test/tools/dxil-dis/di-subrotine.ll
2025-02-14 19:21:04 +01:00

12 lines
416 B
LLVM

; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
target triple = "dxil-unknown-shadermodel6.7-library"
!llvm.used = !{!0}
!0 = !DISubroutineType(types: !1)
!1 = !{!2, !2, !2, !2}
!2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
; CHECK: !0 = !DISubroutineType(types: !1)
; CHECK: !1 = !{!2, !2, !2, !2}
; CHECK: !2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)