brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · ef11250 Raw
7 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=arm8 -mattr=+vfp2 %s -o /dev/null2 3define double @test_double_arg_reg_split(i32 %a1, double %a2) {4        ret double %a25}6 7