brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · 9f50d92 Raw
7 lines · plain
1; RUN: llc -mtriple=arm-eabi %s -o /dev/null2 3define float @f(float %a, float %b) nounwind  {4	%tmp = fdiv float %a, %b5	ret float %tmp6}7