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
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
[llvm-core.git]
/
test
/
CodeGen
/
Thumb2
/
inlineasm.ll
blob
30f28f8f0d5b23953013d22478155a8f46c98788
1
; RUN: llc < %s -filetype=obj
2
3
target triple = "thumbv7-none--eabi"
4
5
define void @t1() nounwind {
6
entry:
7
call void asm sideeffect "mov r0, r1", ""() nounwind
8
ret void
9
}