brintos

brintos / llvm-project-archived public Read only

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