repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
2009-05-18-InlineAsmMem.ll
blob
e5c2fb4d67a1b852cc338e9a2c17d0e8b63b2ff2
1
; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
2
; PR4091
3
4
define void @foo(i32 %i, i32* %p) nounwind {
5
;CHECK: swp r2, r0, [r1]
6
%asmtmp = call i32 asm sideeffect "swp $0, $2, $3", "=&r,=*m,r,*m,~{memory}"(i32* %p, i32 %i, i32* %p) nounwind
7
ret void
8
}