Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5c94ac933728f491da94f1467d4cb1513f4931fc
/
.
/
test
/
CodeGen
/
ARM
/
2009-05-18-InlineAsmMem.ll
blob: f942c9fc22168bf10c6fc687769cb6b7d9d3ce89 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=arm | grep swp
; PR4091
define
void
@foo
(
i32
%i
,
i32
*
%p
)
nounwind
{
%asmtmp
=
call
i32
asm
sideeffect
"swp $0, $2, $3"
,
"=&r,=*m,r,*m,~{memory}"
(
i32
*
%p
,
i32
%i
,
i32
*
%p
)
nounwind
ret
void
}