[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2006-10-29-Crash.ll

Chris Lattner sabre at nondot.org
Sun Oct 29 13:01:09 PST 2006



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

2006-10-29-Crash.ll added (r1.1)
---
Log message:

new testcase


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

 2006-10-29-Crash.ll |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+)


Index: llvm/test/Regression/CodeGen/Generic/2006-10-29-Crash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/2006-10-29-Crash.ll:1.1
*** /dev/null	Sun Oct 29 15:01:05 2006
--- llvm/test/Regression/CodeGen/Generic/2006-10-29-Crash.ll	Sun Oct 29 15:00:55 2006
***************
*** 0 ****
--- 1,21 ----
+ ; RUN: llvm-as < %s | llc
+ 
+ void %form_component_prediction(int %dy) {
+ entry:
+ 	%tmp7 = and int %dy, 1		; <int> [#uses=1]
+ 	%tmp27 = seteq int %tmp7, 0		; <bool> [#uses=1]
+ 	br bool false, label %cond_next30, label %bb115
+ 
+ cond_next30:		; preds = %entry
+ 	ret void
+ 
+ bb115:		; preds = %entry
+ 	%bothcond1 = or bool %tmp27, false		; <bool> [#uses=1]
+ 	br bool %bothcond1, label %bb228, label %cond_next125
+ 
+ cond_next125:		; preds = %bb115
+ 	ret void
+ 
+ bb228:		; preds = %bb115
+ 	ret void
+ }






More information about the llvm-commits mailing list