mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 04:08:07 +00:00
7 lines
123 B
LLVM
7 lines
123 B
LLVM
|
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
|
||
|
|
||
|
define float @test_f32(float %a1, float %a2) {
|
||
|
ret float %a2
|
||
|
}
|
||
|
|