Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Mips / 2012-12-12-ExpandMemcpy.ll
blob745d57c8e9a2d7545ec2f108f320295e3d2daef3
1 ; RUN: llc -march=mips64el -mcpu=mips64r2 < %s
3 @.str = private unnamed_addr constant [7 x i8] c"hello\0A\00", align 1
5 define void @t(ptr %ptr) {
6 entry:
7   tail call void @llvm.memcpy.p0.p0.i64(ptr %ptr, ptr @.str, i64 7, i1 false)
8   ret void
11 declare void @llvm.memcpy.p0.p0.i64(ptr nocapture, ptr nocapture, i64, i1) nounwind