repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
Thumb
/
inlineasm-thumb.ll
blob
f2683c8dd8cc0019e27afc70e3f49075f3ab6bc7
1
; RUN: llc < %s -march=thumb | FileCheck %s
2
define i32 @t1(i32 %x, i32 %y) nounwind {
3
entry:
4
; CHECK: mov r0, r12
5
%0 = tail call i32 asm "mov $0, $1", "=l,h"(i32 %y) nounwind
6
ret i32 %0
7
}