mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
b8756b00cd
for ARM. Patch by Sandeep Patel. llvm-svn: 69371
7 lines
146 B
LLVM
7 lines
146 B
LLVM
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
|
|
|
|
define double @test_double_arg_split(i64 %a1, i32 %a2, double %a3) {
|
|
ret double %a3
|
|
}
|
|
|