storetrunc-fp.ll 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 ; RUN: llc < %s define void @foo(double %a, double %b, float* %fp) { %c = fadd double %a, %b %d = fptrunc double %c to float store float %d, float* %fp ret void }