2008-03-06-frem-fpstack.ll 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: llc < %s -mtriple=i686-- -mcpu=i386 ; PR2122 define float @func(float %a, float %b) nounwind { entry: %tmp3 = frem float %a, %b ; <float> [#uses=1] ret float %tmp3 }