repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
ARM
/
ret_i128_arg2.ll
blob
0fe98e6b70fc47cc9e1e95b306b5e83555edb7ac
1
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
2
3
define i128 @test_i128(i128 %a1, i128 %a2, i128 %a3) {
4
ret i128 %a3
5
}
6