[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 29 22:29:08 PST 2004



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

2004-11-30-shift-crash.ll added (r1.1)
---
Log message:

New testcase that crashes the PPC backend


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

Index: llvm/test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll:1.1
*** /dev/null	Tue Nov 30 00:29:03 2004
--- llvm/test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll	Tue Nov 30 00:28:53 2004
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32
+ 
+ void %main() {
+ 	%tr4 = shl ulong 1, ubyte 0		; <ulong> [#uses=0]
+ 	ret void
+ }






More information about the llvm-commits mailing list