This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 08:23:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3cda8bc78e
llvm-mirror
/
test
/
CodeGen
/
ARM
/
ret_i64_arg2.ll
7 lines
105 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s -march=arm -mattr=+vfp2
Use CallConvLower.h and TableGen descriptions of the calling conventions for ARM. Patch by Sandeep Patel. llvm-svn: 69371
2009-04-17 21:07:39 +02:00
define
i64
@test_i64
(
i64
%a1
,
i64
%a2
)
{
ret
i64
%a2
}
Reference in New Issue
Copy Permalink