xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2008-03-06-frem-fpstack.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86 -mcpu=i386
2; PR2122
3define float @func(float %a, float %b) nounwind  {
4entry:
5        %tmp3 = frem float %a, %b               ; <float> [#uses=1]
6        ret float %tmp3
7}
8