1 ; RUN: llc %s --filetype=asm -o - | FileCheck %s
2 target triple = "dxil-unknown-shadermodel6.7-library"
4 ; CHECK: Function Attrs: nounwind memory(none)
5 ; Function Attrs: norecurse nounwind readnone willreturn
6 define dso_local float @fma(float %0, float %1, float %2) local_unnamed_addr #0 {
12 ; CHECK: Function Attrs: nounwind memory(none)
13 ; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
14 declare void @llvm.dbg.value(metadata, metadata, metadata) #1
16 ; CHECK: attributes #0 = { nounwind memory(none) }
17 ; CHECK-NOT: attributes #
19 attributes #0 = { norecurse nounwind readnone willreturn }
20 attributes #1 = { nofree nosync nounwind readnone speculatable willreturn }