brintos

brintos / llvm-project-archived public Read only

0
0
Text · 162 B · b952ece Raw
9 lines · plain
1; RUN: llc < %s2 3define void @foo(double %a, double %b, ptr %fp) {4	%c = fadd double %a, %b5	%d = fptrunc double %c to float6	store float %d, ptr %fp7	ret void8}9