[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 14 11:30:57 PST 2005



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

2005-01-14-SetSelectCrash.ll added (r1.1)
---
Log message:

Testcase that crashes the PPC backend.  Thanks to Rob for finding this.


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

Index: llvm/test/Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll:1.1
*** /dev/null	Fri Jan 14 13:30:52 2005
--- llvm/test/Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll	Fri Jan 14 13:30:42 2005
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32 
+ 
+ int %main() {
+         %setle = setle long 1, 0
+         %select = select bool true, bool %setle, bool true
+         ret int 0
+ }
+ 






More information about the llvm-commits mailing list