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
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
ret_i64_arg2.ll
blob
b1a1024acaf1c1ca2e04e944bee22ead3588f513
1
; RUN: llc < %s -march=arm -mattr=+vfp2
2
3
define i64 @test_i64(i64 %a1, i64 %a2) {
4
ret i64 %a2
5
}
6