hanchenye-llvm-project/llvm/test/CodeGen/SPARC/2006-01-22-BitConvertLegali...

13 lines
432 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=sparc
2006-02-05 13:52:55 +08:00
define void @execute_list() {
%tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1]
%tmp.37.i = fmul float 0.000000e+00, %tmp.33.i ; <float> [#uses=1]
%tmp.42.i = fadd float %tmp.37.i, 0.000000e+00 ; <float> [#uses=1]
call void @gl_EvalCoord1f( float %tmp.42.i )
ret void
2006-02-05 13:52:55 +08:00
}
declare void @gl_EvalCoord1f(float)
2006-02-05 13:52:55 +08:00