repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
ret_i64_arg_split.ll
blob
5bd5cb2a230be8c074540e8753cc62750cfc528a
1
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
2
3
define i64 @test_i64_arg_split(i64 %a1, i32 %a2, i64 %a3) {
4
ret i64 %a3
5
}
6