repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
memmove-1.ll
blob
2057be88174dbcd36ad5d67518476ba20f6e00e9
1
; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep {call memmove}
2
3
declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)
4
5
define void @foo(i8* %d, i8* %s, i64 %l)
6
{
7
call void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 1)
8
ret void
9
}