brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · 05a6be1 Raw
9 lines · plain
1; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null2 3declare void @bar(i64 %x, i64 %y)4 5define void @foo() {6  call void @bar(i64 2, i64 3)7  ret void8}9