brintos

brintos / llvm-project-archived public Read only

0
0
Text · 233 B · e2ac609 Raw
9 lines · plain
1; RUN: opt -S -dxil-finalize-linkage -verify -mtriple=dxil-unknown-shadermodel6.5-library %s2 3define float @f(float %f) "hlsl.export" {4  %x = call float @llvm.atan.f32(float %f)5  ret float %x6}7 8declare float @llvm.atan.f32(float)9