[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 29 22:36:07 PST 2004
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2004-11-29-ShrCrash.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll:1.1
*** /dev/null Tue Nov 30 00:36:03 2004
--- llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll Tue Nov 30 00:35:52 2004
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32
+
+ void %main() {
+ %tr1 = shr uint 1, ubyte 0
+ ret void
+ }
More information about the llvm-commits
mailing list