repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
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
}