Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s | FileCheck %s
      2 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"
      3 target triple = "x86_64-pc-linux"
      4 
      5 
      6 %0 = type <{ i64, i64, %1, %1, [21 x %2] }>
      7 %1 = type <{ i64, i64, i64 }>
      8 %2 = type <{ i32, i32, i8 addrspace(2)* }>
      9 %3 = type { i8*, i8*, i8*, i8*, i32 }
     10 %4 = type <{ %5*, i8*, i32, i32, [4 x i64], [4 x i64], [4 x i64], [4 x i64], [4 x i64] }>
     11 %5 = type <{ void (i32)*, i8*, i32 (i8*, ...)* }>
     12 
     13 define void @foo(i8* nocapture %_stubArgs) nounwind {
     14 entry:
     15  %i0 = alloca i8*, align 8
     16  %i2 = alloca i8*, align 8
     17  %b.i = alloca [16 x <2 x double>], align 16
     18  %conv = bitcast i8* %_stubArgs to i32*
     19  %tmp1 = load i32, i32* %conv, align 4
     20  %ptr8 = getelementptr i8, i8* %_stubArgs, i64 16
     21  %i4 = bitcast i8* %ptr8 to <2 x double>*
     22  %ptr20 = getelementptr i8, i8* %_stubArgs, i64 48
     23  %i7 = bitcast i8* %ptr20 to <2 x double> addrspace(1)**
     24  %tmp21 = load <2 x double> addrspace(1)*, <2 x double> addrspace(1)** %i7, align 8
     25  %ptr28 = getelementptr i8, i8* %_stubArgs, i64 64
     26  %i9 = bitcast i8* %ptr28 to i32*
     27  %tmp29 = load i32, i32* %i9, align 4
     28  %ptr32 = getelementptr i8, i8* %_stubArgs, i64 68
     29  %i10 = bitcast i8* %ptr32 to i32*
     30  %tmp33 = load i32, i32* %i10, align 4
     31  %tmp17.i = mul i32 10, 20
     32  %tmp19.i = add i32 %tmp17.i, %tmp33
     33  %conv21.i = zext i32 %tmp19.i to i64
     34  %tmp6.i = and i32 42, -32
     35  %tmp42.i = add i32 %tmp6.i, 17
     36  %tmp44.i = insertelement <2 x i32> undef, i32 %tmp42.i, i32 1
     37  %tmp96676677.i = or i32 17, -4
     38  %ptr4438.i = getelementptr inbounds [16 x <2 x double>], [16 x <2 x double>]* %b.i, i64 0, i64 0
     39  %arrayidx4506.i = getelementptr [16 x <2 x double>], [16 x <2 x double>]* %b.i, i64 0, i64 4
     40  %tmp52.i = insertelement <2 x i32> %tmp44.i, i32 0, i32 0
     41  %tmp78.i = extractelement <2 x i32> %tmp44.i, i32 1
     42  %tmp97.i = add i32 %tmp78.i, %tmp96676677.i
     43  %tmp99.i = insertelement <2 x i32> %tmp52.i, i32 %tmp97.i, i32 1
     44  %tmp154.i = extractelement <2 x i32> %tmp99.i, i32 1
     45  %tmp156.i = extractelement <2 x i32> %tmp52.i, i32 0
     46  %tmp158.i = urem i32 %tmp156.i, %tmp1
     47  %i38 = mul i32 %tmp154.i, %tmp29
     48  %i39 = add i32 %tmp158.i, %i38
     49  %conv160.i = zext i32 %i39 to i64
     50  %tmp22.sum652.i = add i64 %conv160.i, %conv21.i
     51  %arrayidx161.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum652.i
     52  %tmp162.i = load <2 x double>, <2 x double> addrspace(1)* %arrayidx161.i, align 16
     53  %tmp222.i = add i32 %tmp154.i, 1
     54  %i43 = mul i32 %tmp222.i, %tmp29
     55  %i44 = add i32 %tmp158.i, %i43
     56  %conv228.i = zext i32 %i44 to i64
     57  %tmp22.sum656.i = add i64 %conv228.i, %conv21.i
     58  %arrayidx229.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum656.i
     59  %tmp230.i = load <2 x double>, <2 x double> addrspace(1)* %arrayidx229.i, align 16
     60  %cmp432.i = icmp ult i32 %tmp156.i, %tmp1
     61 
     62 ; %shl.i should not be sinked below the compare.
     63 ; CHECK: cmpl
     64 ; CHECK-NOT: shlq
     65 
     66  %cond.i = select i1 %cmp432.i, <2 x double> %tmp162.i, <2 x double> zeroinitializer
     67  store <2 x double> %cond.i, <2 x double>* %ptr4438.i, align 16
     68  %cond448.i = select i1 %cmp432.i, <2 x double> %tmp230.i, <2 x double> zeroinitializer
     69  store <2 x double> %cond448.i, <2 x double>* %arrayidx4506.i, align 16
     70   ret void
     71 }
     72 
     73 
     74 
     75