brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · f45923e Raw
7 lines · plain
1; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null2 3define double @test_double_arg_stack(i64 %a1, i32 %a2, i32 %a3, double %a4) {4        ret double %a45}6 7