Home | History | Annotate | Download | only in X86
      1 ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7
      2 
      3 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
      4 target triple = "x86_64-apple-macosx10.8.0"
      5 
      6 define void @updateModelQPFrame(i32 %m_Bits) {
      7 entry:
      8   %0 = load double* undef, align 8
      9   %mul = fmul double undef, %0
     10   %mul2 = fmul double undef, %mul
     11   %mul4 = fmul double %0, %mul2
     12   %mul5 = fmul double undef, 4.000000e+00
     13   %mul7 = fmul double undef, %mul5
     14   %conv = sitofp i32 %m_Bits to double
     15   %mul8 = fmul double %conv, %mul7
     16   %add = fadd double %mul4, %mul8
     17   %cmp11 = fcmp olt double %add, 0.000000e+00
     18   ret void
     19 }
     20