brintos

brintos / llvm-project-archived public Read only

0
0
Text · 953 B · 097c601 Raw
25 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- | FileCheck %s3 4define i32 @main() nounwind {5; CHECK-LABEL: main:6; CHECK:       # %bb.0: # %entry7; CHECK-NEXT:    fldl {{\.?LCPI[0-9]+_[0-9]+}}8; CHECK-NEXT:    fldl {{\.?LCPI[0-9]+_[0-9]+}}9; CHECK-NEXT:    fxch %st(1)10; CHECK-NEXT:    #APP11; CHECK-NEXT:    fmul %st(1), %st12; CHECK-NEXT:    fst %st(1)13; CHECK-NEXT:    frndint14; CHECK-NEXT:    fxch %st(1)15; CHECK-NEXT:    fsub %st(1), %st16; CHECK-NEXT:    f2xm117; CHECK-EMPTY:18; CHECK-NEXT:    #NO_APP19; CHECK-NEXT:    fstp %st(0)20; CHECK-NEXT:    fstp %st(0)21entry:22	%asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09frndint\0A\09fxch  %st(1)\0A\09fsub\09%st(1),%st\0A\09f2xm1\0A\09", "={st},={st(1)},0,1,~{dirflag},~{fpsr},~{flags}"(double 0x4030FEFBD582097D, double 4.620000e+01) nounwind		; <{ double, double }> [#uses=0]23	unreachable24}25