brintos

brintos / llvm-project-archived public Read only

0
0
Text · 508 B · 4223c90 Raw
16 lines · plain
1; RUN: llc %s --filetype=asm -o - | FileCheck %s2target triple = "dxil-unknown-shadermodel6.7-library"3 4; CHECK: Function Attrs: nounwind memory(none)5; Function Attrs: norecurse nounwind readnone willreturn6define dso_local float @fma(float %0, float %1, float %2) local_unnamed_addr #0 {7  %4 = fmul float %0, %18  %5 = fadd float %4, %29  ret float %510}11 12; CHECK: attributes #0 = { nounwind memory(none) }13; CHECK-NOT: attributes #14 15attributes #0 = { norecurse nounwind readnone willreturn "hlsl.export"}16