brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 498d6ba Raw
8 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mcpu=i3862; PR21223define float @func(float %a, float %b) nounwind  {4entry:5        %tmp3 = frem float %a, %b               ; <float> [#uses=1]6        ret float %tmp37}8