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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
2009-05-18-InlineAsmMem.ll
blob
f942c9fc22168bf10c6fc687769cb6b7d9d3ce89
1
; RUN: llvm-as < %s | llc -march=arm | grep swp
2
; PR4091
3
4
define void @foo(i32 %i, i32* %p) nounwind {
5
%asmtmp = call i32 asm sideeffect "swp $0, $2, $3", "=&r,=*m,r,*m,~{memory}"(i32* %p, i32 %i, i32* %p) nounwind
6
ret void
7
}