brintos

brintos / llvm-project-archived public Read only

0
0
Text · 455 B · 02a4c20 Raw
17 lines · plain
1; RUN: llc %s --filetype=obj -o - | obj2yaml | FileCheck %s2 3target triple = "dxil-pc-shadermodel6.7-library"4define double @div(double %a, double %b) #0 {5  %res = fdiv double %a, %b6  ret double %res7}8 9attributes #0 = { convergent norecurse nounwind "hlsl.export"}10 11; CHECK: - Name:            SFI012; CHECK-NEXT:     Size:            813; CHECK-NEXT:     Flags:14; CHECK:       Doubles:         true15; CHECK:       DX11_1_DoubleExtensions:         true16 17