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] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
2007-05-14-InlineAsmCstCrash.ll
blob
99e67d501ca0ac65832f7691d73a7c3f29a565cf
1
; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
2
3
define i32 @test3() {
4
tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
5
ret i32 11
6
}