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
/
ret_f64_arg_split.ll
blob
113092050ff970bd7a18c7b88c9e4edb10f0c906
1
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2
3
define double @test_double_arg_split(i64 %a1, i32 %a2, double %a3) {
4
ret double %a3
5
}
6