[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 12 18:42:14 PDT 2005



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

2005-07-12-memcpy-i64-length.ll added (r1.1)
---
Log message:

new testcase that crashes llc on x86/ppc.  Not generated by C/C++ or LLVM
though.


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

 2005-07-12-memcpy-i64-length.ll |   11 +++++++++++
 1 files changed, 11 insertions(+)


Index: llvm/test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll:1.1
*** /dev/null	Tue Jul 12 20:42:13 2005
--- llvm/test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll	Tue Jul 12 20:42:03 2005
***************
*** 0 ****
--- 1,11 ----
+ ; RUN: llvm-as < %s | llc
+ ; Test that llvm.memcpy works with a i64 length operand on all targets.
+ 
+ 
+ declare void %llvm.memcpy(sbyte*, sbyte*, ulong, uint)
+ 
+ void %l12_l94_bc_divide_endif_2E_3_2E_ce() {
+ newFuncRoot:
+ 	tail call void %llvm.memcpy( sbyte* null, sbyte* null, ulong 0, uint 1 )
+ 	unreachable
+ }






More information about the llvm-commits mailing list