brintos

brintos / llvm-project-archived public Read only

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