[llvm-commits] CVS: llvm/test/Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 22 23:30:26 PST 2006



Changes in directory llvm/test/Regression/CodeGen/SparcV8:

2006-01-22-BitConvertLegalize.ll added (r1.1)
---
Log message:

Testcase that failed due to a legalizer bug


---
Diffs of the changes:  (+12 -0)

 2006-01-22-BitConvertLegalize.ll |   12 ++++++++++++
 1 files changed, 12 insertions(+)


Index: llvm/test/Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll
diff -c /dev/null llvm/test/Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll:1.1
*** /dev/null	Mon Jan 23 01:30:24 2006
--- llvm/test/Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll	Mon Jan 23 01:30:14 2006
***************
*** 0 ****
--- 1,12 ----
+ ; RUN: llvm-as < %s | llc -march=sparcv8
+ 
+ void %execute_list() {
+ 	%tmp.33.i = div float 0.000000e+00, 0.000000e+00		; <float> [#uses=1]
+ 	%tmp.37.i = mul float 0.000000e+00, %tmp.33.i		; <float> [#uses=1]
+ 	%tmp.42.i = add float %tmp.37.i, 0.000000e+00		; <float> [#uses=1]
+ 	call void %gl_EvalCoord1f( float %tmp.42.i )
+ 	ret void
+ }
+ 
+ declare void %gl_EvalCoord1f( float)
+ 






More information about the llvm-commits mailing list