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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2006-11-06-MemIntrinsicExpand.ll
blob
ad3e49f8f922441052066c993199ea13e0ee03b3
1
; RUN: llc < %s -march=x86 | not grep adc
2
; PR987
3
4
declare void @llvm.memcpy.i64(i8*, i8*, i64, i32)
5
6
define void @foo(i64 %a) {
7
%b = add i64 %a, 1 ; <i64> [#uses=1]
8
call void @llvm.memcpy.i64( i8* null, i8* null, i64 %b, i32 1 )
9
ret void
10
}
11