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
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
ret_i64_arg_split.ll
blob
0583b277f56e1e5e5be30a9483d0e96bb2682cc9
1
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2
3
define i64 @test_i64_arg_split(i64 %a1, i32 %a2, i64 %a3) {
4
ret i64 %a3
5
}
6