repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
ret_arg2.ll
blob
bcb379b7d6a5a6a2022d41eb62dfb845a5610f08
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3
define i32 @test(i32 %a1, i32 %a2) {
4
ret i32 %a2
5
}
6