brintos

brintos / llvm-project-archived public Read only

0
0
Text · 22.9 KiB · d2786e0 Raw
368 lines · plain
1; ModuleID = '<stdin>'2source_filename = "matmul.c"3target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"4target triple = "x86_64-unknown-linux-gnu"5 6%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct._IO_FILE*, i32, i32, i64, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i8*, i8*, i64, i32, [20 x i8] }7%struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }8 9@A = common dso_local local_unnamed_addr global [1536 x [1536 x float]] zeroinitializer, align 1610@B = common dso_local local_unnamed_addr global [1536 x [1536 x float]] zeroinitializer, align 1611@stdout = external dso_local local_unnamed_addr global %struct._IO_FILE*, align 812@.str = private unnamed_addr constant [5 x i8] c"%lf \00", align 113@C = common dso_local local_unnamed_addr global [1536 x [1536 x float]] zeroinitializer, align 1614 15; Function Attrs: noinline norecurse nounwind uwtable writeonly16define dso_local void @init_array() local_unnamed_addr {17entry:18  br label %polly.loop_header19 20polly.exiting:                                    ; preds = %polly.loop_exit321  ret void22 23polly.loop_header:                                ; preds = %polly.loop_exit3, %entry24  %polly.indvar = phi i64 [ 0, %entry ], [ %polly.indvar_next, %polly.loop_exit3 ]25  %0 = trunc i64 %polly.indvar to i3226  br label %polly.loop_header127 28polly.loop_exit3:                                 ; preds = %polly.loop_header129  %polly.indvar_next = add nuw nsw i64 %polly.indvar, 130  %exitcond1 = icmp eq i64 %polly.indvar_next, 153631  br i1 %exitcond1, label %polly.exiting, label %polly.loop_header32 33polly.loop_header1:                               ; preds = %polly.loop_header1, %polly.loop_header34  %polly.indvar4 = phi i64 [ 0, %polly.loop_header ], [ %polly.indvar_next5.1, %polly.loop_header1 ]35  %1 = trunc i64 %polly.indvar4 to i3236  %2 = mul nuw nsw i32 %1, %037  %3 = and i32 %2, 102238  %4 = or i32 %3, 139  %p_conv = sitofp i32 %4 to double40  %p_div = fmul double %p_conv, 5.000000e-0141  %p_conv4 = fptrunc double %p_div to float42  %scevgep7 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @A, i64 0, i64 %polly.indvar, i64 %polly.indvar443  store float %p_conv4, float* %scevgep7, align 8, !alias.scope !2, !noalias !444  %scevgep9 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar, i64 %polly.indvar445  store float %p_conv4, float* %scevgep9, align 8, !alias.scope !5, !noalias !646  %polly.indvar_next5 = or i64 %polly.indvar4, 147  %5 = trunc i64 %polly.indvar_next5 to i3248  %6 = mul nuw nsw i32 %5, %049  %7 = and i32 %6, 102350  %8 = add nuw nsw i32 %7, 151  %p_conv.1 = sitofp i32 %8 to double52  %p_div.1 = fmul double %p_conv.1, 5.000000e-0153  %p_conv4.1 = fptrunc double %p_div.1 to float54  %scevgep7.1 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @A, i64 0, i64 %polly.indvar, i64 %polly.indvar_next555  store float %p_conv4.1, float* %scevgep7.1, align 4, !alias.scope !2, !noalias !456  %scevgep9.1 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar, i64 %polly.indvar_next557  store float %p_conv4.1, float* %scevgep9.1, align 4, !alias.scope !5, !noalias !658  %polly.indvar_next5.1 = add nuw nsw i64 %polly.indvar4, 259  %exitcond.1 = icmp eq i64 %polly.indvar_next5.1, 153660  br i1 %exitcond.1, label %polly.loop_exit3, label %polly.loop_header161}62 63; Function Attrs: noinline nounwind uwtable64define dso_local void @print_array() local_unnamed_addr {65entry:66  br label %for.cond1.preheader67 68for.cond1.preheader:                              ; preds = %for.end, %entry69  %indvars.iv6 = phi i64 [ 0, %entry ], [ %indvars.iv.next7, %for.end ]70  %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 871  br label %for.body372 73for.body3:                                        ; preds = %for.inc, %for.cond1.preheader74  %indvars.iv = phi i64 [ 0, %for.cond1.preheader ], [ %indvars.iv.next, %for.inc ]75  %1 = phi %struct._IO_FILE* [ %0, %for.cond1.preheader ], [ %5, %for.inc ]76  %arrayidx5 = getelementptr inbounds [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %indvars.iv6, i64 %indvars.iv77  %2 = load float, float* %arrayidx5, align 478  %conv = fpext float %2 to double79  %call = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %1, i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str, i64 0, i64 0), double %conv)80  %3 = trunc i64 %indvars.iv to i3281  %rem = urem i32 %3, 8082  %cmp6 = icmp eq i32 %rem, 7983  br i1 %cmp6, label %if.then, label %for.inc84 85if.then:                                          ; preds = %for.body386  %4 = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 887  %fputc3 = tail call i32 @fputc(i32 10, %struct._IO_FILE* %4)88  br label %for.inc89 90for.inc:                                          ; preds = %if.then, %for.body391  %indvars.iv.next = add nuw nsw i64 %indvars.iv, 192  %5 = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 893  %exitcond = icmp eq i64 %indvars.iv.next, 153694  br i1 %exitcond, label %for.end, label %for.body395 96for.end:                                          ; preds = %for.inc97  %fputc = tail call i32 @fputc(i32 10, %struct._IO_FILE* %5)98  %indvars.iv.next7 = add nuw nsw i64 %indvars.iv6, 199  %exitcond8 = icmp eq i64 %indvars.iv.next7, 1536100  br i1 %exitcond8, label %for.end12, label %for.cond1.preheader101 102for.end12:                                        ; preds = %for.end103  ret void104}105 106; Function Attrs: nounwind107declare dso_local i32 @fprintf(%struct._IO_FILE* nocapture, i8* nocapture readonly, ...) local_unnamed_addr108 109; Function Attrs: noinline norecurse nounwind uwtable110define dso_local i32 @main() local_unnamed_addr {111entry:112  tail call void @init_array()113  call void @llvm.memset.p0i8.i64(i8* align 16 bitcast ([1536 x [1536 x float]]* @C to i8*), i8 0, i64 9437184, i1 false)114  br label %polly.loop_header8115 116polly.exiting:                                    ; preds = %polly.loop_exit16117  ret i32 0118 119polly.loop_header8:                               ; preds = %entry, %polly.loop_exit16120  %indvars.iv4 = phi i64 [ 64, %entry ], [ %indvars.iv.next5, %polly.loop_exit16 ]121  %polly.indvar11 = phi i64 [ 0, %entry ], [ %polly.indvar_next12, %polly.loop_exit16 ]122  br label %polly.loop_header14123 124polly.loop_exit16:                                ; preds = %polly.loop_exit22125  %polly.indvar_next12 = add nuw nsw i64 %polly.indvar11, 64126  %polly.loop_cond13 = icmp ult i64 %polly.indvar_next12, 1536127  %indvars.iv.next5 = add nuw nsw i64 %indvars.iv4, 64128  br i1 %polly.loop_cond13, label %polly.loop_header8, label %polly.exiting129 130polly.loop_header14:                              ; preds = %polly.loop_header8, %polly.loop_exit22131  %polly.indvar17 = phi i64 [ 0, %polly.loop_header8 ], [ %polly.indvar_next18, %polly.loop_exit22 ]132  %offset.idx.1 = or i64 %polly.indvar17, 4133  %offset.idx.2 = or i64 %polly.indvar17, 8134  %offset.idx.3 = or i64 %polly.indvar17, 12135  %offset.idx.4 = or i64 %polly.indvar17, 16136  %offset.idx.5 = or i64 %polly.indvar17, 20137  %offset.idx.6 = or i64 %polly.indvar17, 24138  %offset.idx.7 = or i64 %polly.indvar17, 28139  %offset.idx.8 = or i64 %polly.indvar17, 32140  %offset.idx.9 = or i64 %polly.indvar17, 36141  %offset.idx.10 = or i64 %polly.indvar17, 40142  %offset.idx.11 = or i64 %polly.indvar17, 44143  %offset.idx.12 = or i64 %polly.indvar17, 48144  %offset.idx.13 = or i64 %polly.indvar17, 52145  %offset.idx.14 = or i64 %polly.indvar17, 56146  %offset.idx.15 = or i64 %polly.indvar17, 60147  br label %polly.loop_header20148 149polly.loop_exit22:                                ; preds = %polly.loop_exit28150  %polly.indvar_next18 = add nuw nsw i64 %polly.indvar17, 64151  %polly.loop_cond19 = icmp ult i64 %polly.indvar_next18, 1536152  br i1 %polly.loop_cond19, label %polly.loop_header14, label %polly.loop_exit16153 154polly.loop_header20:                              ; preds = %polly.loop_header14, %polly.loop_exit28155  %indvars.iv1 = phi i64 [ 64, %polly.loop_header14 ], [ %indvars.iv.next2, %polly.loop_exit28 ]156  %polly.indvar23 = phi i64 [ 0, %polly.loop_header14 ], [ %polly.indvar_next24, %polly.loop_exit28 ]157  br label %polly.loop_header26158 159polly.loop_exit28:                                ; preds = %polly.loop_exit34160  %polly.indvar_next24 = add nuw nsw i64 %polly.indvar23, 64161  %polly.loop_cond25 = icmp ult i64 %polly.indvar_next24, 1536162  %indvars.iv.next2 = add nuw nsw i64 %indvars.iv1, 64163  br i1 %polly.loop_cond25, label %polly.loop_header20, label %polly.loop_exit22164 165polly.loop_header26:                              ; preds = %polly.loop_exit34, %polly.loop_header20166  %polly.indvar29 = phi i64 [ %polly.indvar11, %polly.loop_header20 ], [ %polly.indvar_next30, %polly.loop_exit34 ]167  %0 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %polly.indvar17168  %1 = bitcast float* %0 to <4 x float>*169  %2 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.1170  %3 = bitcast float* %2 to <4 x float>*171  %4 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.2172  %5 = bitcast float* %4 to <4 x float>*173  %6 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.3174  %7 = bitcast float* %6 to <4 x float>*175  %8 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.4176  %9 = bitcast float* %8 to <4 x float>*177  %10 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.5178  %11 = bitcast float* %10 to <4 x float>*179  %12 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.6180  %13 = bitcast float* %12 to <4 x float>*181  %14 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.7182  %15 = bitcast float* %14 to <4 x float>*183  %16 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.8184  %17 = bitcast float* %16 to <4 x float>*185  %18 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.9186  %19 = bitcast float* %18 to <4 x float>*187  %20 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.10188  %21 = bitcast float* %20 to <4 x float>*189  %22 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.11190  %23 = bitcast float* %22 to <4 x float>*191  %24 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.12192  %25 = bitcast float* %24 to <4 x float>*193  %26 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.13194  %27 = bitcast float* %26 to <4 x float>*195  %28 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.14196  %29 = bitcast float* %28 to <4 x float>*197  %30 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @C, i64 0, i64 %polly.indvar29, i64 %offset.idx.15198  %31 = bitcast float* %30 to <4 x float>*199  %.promoted = load <4 x float>, <4 x float>* %1, align 16, !alias.scope !7, !noalias !9200  %.promoted14 = load <4 x float>, <4 x float>* %3, align 16, !alias.scope !7, !noalias !9201  %.promoted17 = load <4 x float>, <4 x float>* %5, align 16, !alias.scope !7, !noalias !9202  %.promoted20 = load <4 x float>, <4 x float>* %7, align 16, !alias.scope !7, !noalias !9203  %.promoted23 = load <4 x float>, <4 x float>* %9, align 16, !alias.scope !7, !noalias !9204  %.promoted26 = load <4 x float>, <4 x float>* %11, align 16, !alias.scope !7, !noalias !9205  %.promoted29 = load <4 x float>, <4 x float>* %13, align 16, !alias.scope !7, !noalias !9206  %.promoted32 = load <4 x float>, <4 x float>* %15, align 16, !alias.scope !7, !noalias !9207  %.promoted35 = load <4 x float>, <4 x float>* %17, align 16, !alias.scope !7, !noalias !9208  %.promoted38 = load <4 x float>, <4 x float>* %19, align 16, !alias.scope !7, !noalias !9209  %.promoted41 = load <4 x float>, <4 x float>* %21, align 16, !alias.scope !7, !noalias !9210  %.promoted44 = load <4 x float>, <4 x float>* %23, align 16, !alias.scope !7, !noalias !9211  %.promoted47 = load <4 x float>, <4 x float>* %25, align 16, !alias.scope !7, !noalias !9212  %.promoted50 = load <4 x float>, <4 x float>* %27, align 16, !alias.scope !7, !noalias !9213  %.promoted53 = load <4 x float>, <4 x float>* %29, align 16, !alias.scope !7, !noalias !9214  %.promoted56 = load <4 x float>, <4 x float>* %31, align 16, !alias.scope !7, !noalias !9215  br label %vector.ph216 217polly.loop_exit34:                                ; preds = %vector.ph218  store <4 x float> %35, <4 x float>* %1, align 16, !alias.scope !7, !noalias !9219  store <4 x float> %39, <4 x float>* %3, align 16, !alias.scope !7, !noalias !9220  store <4 x float> %43, <4 x float>* %5, align 16, !alias.scope !7, !noalias !9221  store <4 x float> %47, <4 x float>* %7, align 16, !alias.scope !7, !noalias !9222  store <4 x float> %51, <4 x float>* %9, align 16, !alias.scope !7, !noalias !9223  store <4 x float> %55, <4 x float>* %11, align 16, !alias.scope !7, !noalias !9224  store <4 x float> %59, <4 x float>* %13, align 16, !alias.scope !7, !noalias !9225  store <4 x float> %63, <4 x float>* %15, align 16, !alias.scope !7, !noalias !9226  store <4 x float> %67, <4 x float>* %17, align 16, !alias.scope !7, !noalias !9227  store <4 x float> %71, <4 x float>* %19, align 16, !alias.scope !7, !noalias !9228  store <4 x float> %75, <4 x float>* %21, align 16, !alias.scope !7, !noalias !9229  store <4 x float> %79, <4 x float>* %23, align 16, !alias.scope !7, !noalias !9230  store <4 x float> %83, <4 x float>* %25, align 16, !alias.scope !7, !noalias !9231  store <4 x float> %87, <4 x float>* %27, align 16, !alias.scope !7, !noalias !9232  store <4 x float> %91, <4 x float>* %29, align 16, !alias.scope !7, !noalias !9233  store <4 x float> %95, <4 x float>* %31, align 16, !alias.scope !7, !noalias !9234  %polly.indvar_next30 = add nuw nsw i64 %polly.indvar29, 1235  %exitcond6 = icmp eq i64 %polly.indvar_next30, %indvars.iv4236  br i1 %exitcond6, label %polly.loop_exit28, label %polly.loop_header26237 238vector.ph:                                        ; preds = %polly.loop_header26, %vector.ph239  %wide.load.1557 = phi <4 x float> [ %.promoted56, %polly.loop_header26 ], [ %95, %vector.ph ]240  %wide.load.1454 = phi <4 x float> [ %.promoted53, %polly.loop_header26 ], [ %91, %vector.ph ]241  %wide.load.1351 = phi <4 x float> [ %.promoted50, %polly.loop_header26 ], [ %87, %vector.ph ]242  %wide.load.1248 = phi <4 x float> [ %.promoted47, %polly.loop_header26 ], [ %83, %vector.ph ]243  %wide.load.1145 = phi <4 x float> [ %.promoted44, %polly.loop_header26 ], [ %79, %vector.ph ]244  %wide.load.1042 = phi <4 x float> [ %.promoted41, %polly.loop_header26 ], [ %75, %vector.ph ]245  %wide.load.939 = phi <4 x float> [ %.promoted38, %polly.loop_header26 ], [ %71, %vector.ph ]246  %wide.load.836 = phi <4 x float> [ %.promoted35, %polly.loop_header26 ], [ %67, %vector.ph ]247  %wide.load.733 = phi <4 x float> [ %.promoted32, %polly.loop_header26 ], [ %63, %vector.ph ]248  %wide.load.630 = phi <4 x float> [ %.promoted29, %polly.loop_header26 ], [ %59, %vector.ph ]249  %wide.load.527 = phi <4 x float> [ %.promoted26, %polly.loop_header26 ], [ %55, %vector.ph ]250  %wide.load.424 = phi <4 x float> [ %.promoted23, %polly.loop_header26 ], [ %51, %vector.ph ]251  %wide.load.321 = phi <4 x float> [ %.promoted20, %polly.loop_header26 ], [ %47, %vector.ph ]252  %wide.load.218 = phi <4 x float> [ %.promoted17, %polly.loop_header26 ], [ %43, %vector.ph ]253  %wide.load.115 = phi <4 x float> [ %.promoted14, %polly.loop_header26 ], [ %39, %vector.ph ]254  %wide.load13 = phi <4 x float> [ %.promoted, %polly.loop_header26 ], [ %35, %vector.ph ]255  %polly.indvar35 = phi i64 [ %polly.indvar23, %polly.loop_header26 ], [ %polly.indvar_next36, %vector.ph ]256  %scevgep47 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @A, i64 0, i64 %polly.indvar29, i64 %polly.indvar35257  %_p_scalar_48 = load float, float* %scevgep47, align 4, !alias.scope !10, !noalias !12258  %broadcast.splatinsert11 = insertelement <4 x float> undef, float %_p_scalar_48, i32 0259  %broadcast.splat12 = shufflevector <4 x float> %broadcast.splatinsert11, <4 x float> undef, <4 x i32> zeroinitializer260  %32 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %polly.indvar17261  %33 = bitcast float* %32 to <4 x float>*262  %wide.load10 = load <4 x float>, <4 x float>* %33, align 16, !alias.scope !11, !noalias !13263  %34 = fmul <4 x float> %broadcast.splat12, %wide.load10264  %35 = fadd <4 x float> %wide.load13, %34265  %36 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.1266  %37 = bitcast float* %36 to <4 x float>*267  %wide.load10.1 = load <4 x float>, <4 x float>* %37, align 16, !alias.scope !11, !noalias !13268  %38 = fmul <4 x float> %broadcast.splat12, %wide.load10.1269  %39 = fadd <4 x float> %wide.load.115, %38270  %40 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.2271  %41 = bitcast float* %40 to <4 x float>*272  %wide.load10.2 = load <4 x float>, <4 x float>* %41, align 16, !alias.scope !11, !noalias !13273  %42 = fmul <4 x float> %broadcast.splat12, %wide.load10.2274  %43 = fadd <4 x float> %wide.load.218, %42275  %44 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.3276  %45 = bitcast float* %44 to <4 x float>*277  %wide.load10.3 = load <4 x float>, <4 x float>* %45, align 16, !alias.scope !11, !noalias !13278  %46 = fmul <4 x float> %broadcast.splat12, %wide.load10.3279  %47 = fadd <4 x float> %wide.load.321, %46280  %48 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.4281  %49 = bitcast float* %48 to <4 x float>*282  %wide.load10.4 = load <4 x float>, <4 x float>* %49, align 16, !alias.scope !11, !noalias !13283  %50 = fmul <4 x float> %broadcast.splat12, %wide.load10.4284  %51 = fadd <4 x float> %wide.load.424, %50285  %52 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.5286  %53 = bitcast float* %52 to <4 x float>*287  %wide.load10.5 = load <4 x float>, <4 x float>* %53, align 16, !alias.scope !11, !noalias !13288  %54 = fmul <4 x float> %broadcast.splat12, %wide.load10.5289  %55 = fadd <4 x float> %wide.load.527, %54290  %56 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.6291  %57 = bitcast float* %56 to <4 x float>*292  %wide.load10.6 = load <4 x float>, <4 x float>* %57, align 16, !alias.scope !11, !noalias !13293  %58 = fmul <4 x float> %broadcast.splat12, %wide.load10.6294  %59 = fadd <4 x float> %wide.load.630, %58295  %60 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.7296  %61 = bitcast float* %60 to <4 x float>*297  %wide.load10.7 = load <4 x float>, <4 x float>* %61, align 16, !alias.scope !11, !noalias !13298  %62 = fmul <4 x float> %broadcast.splat12, %wide.load10.7299  %63 = fadd <4 x float> %wide.load.733, %62300  %64 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.8301  %65 = bitcast float* %64 to <4 x float>*302  %wide.load10.8 = load <4 x float>, <4 x float>* %65, align 16, !alias.scope !11, !noalias !13303  %66 = fmul <4 x float> %broadcast.splat12, %wide.load10.8304  %67 = fadd <4 x float> %wide.load.836, %66305  %68 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.9306  %69 = bitcast float* %68 to <4 x float>*307  %wide.load10.9 = load <4 x float>, <4 x float>* %69, align 16, !alias.scope !11, !noalias !13308  %70 = fmul <4 x float> %broadcast.splat12, %wide.load10.9309  %71 = fadd <4 x float> %wide.load.939, %70310  %72 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.10311  %73 = bitcast float* %72 to <4 x float>*312  %wide.load10.10 = load <4 x float>, <4 x float>* %73, align 16, !alias.scope !11, !noalias !13313  %74 = fmul <4 x float> %broadcast.splat12, %wide.load10.10314  %75 = fadd <4 x float> %wide.load.1042, %74315  %76 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.11316  %77 = bitcast float* %76 to <4 x float>*317  %wide.load10.11 = load <4 x float>, <4 x float>* %77, align 16, !alias.scope !11, !noalias !13318  %78 = fmul <4 x float> %broadcast.splat12, %wide.load10.11319  %79 = fadd <4 x float> %wide.load.1145, %78320  %80 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.12321  %81 = bitcast float* %80 to <4 x float>*322  %wide.load10.12 = load <4 x float>, <4 x float>* %81, align 16, !alias.scope !11, !noalias !13323  %82 = fmul <4 x float> %broadcast.splat12, %wide.load10.12324  %83 = fadd <4 x float> %wide.load.1248, %82325  %84 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.13326  %85 = bitcast float* %84 to <4 x float>*327  %wide.load10.13 = load <4 x float>, <4 x float>* %85, align 16, !alias.scope !11, !noalias !13328  %86 = fmul <4 x float> %broadcast.splat12, %wide.load10.13329  %87 = fadd <4 x float> %wide.load.1351, %86330  %88 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.14331  %89 = bitcast float* %88 to <4 x float>*332  %wide.load10.14 = load <4 x float>, <4 x float>* %89, align 16, !alias.scope !11, !noalias !13333  %90 = fmul <4 x float> %broadcast.splat12, %wide.load10.14334  %91 = fadd <4 x float> %wide.load.1454, %90335  %92 = getelementptr [1536 x [1536 x float]], [1536 x [1536 x float]]* @B, i64 0, i64 %polly.indvar35, i64 %offset.idx.15336  %93 = bitcast float* %92 to <4 x float>*337  %wide.load10.15 = load <4 x float>, <4 x float>* %93, align 16, !alias.scope !11, !noalias !13338  %94 = fmul <4 x float> %broadcast.splat12, %wide.load10.15339  %95 = fadd <4 x float> %wide.load.1557, %94340  %polly.indvar_next36 = add nuw nsw i64 %polly.indvar35, 1341  %exitcond3 = icmp eq i64 %polly.indvar_next36, %indvars.iv1342  br i1 %exitcond3, label %polly.loop_exit34, label %vector.ph343}344 345; Function Attrs: nounwind346declare i32 @fputc(i32, %struct._IO_FILE* nocapture) local_unnamed_addr347 348; Function Attrs: argmemonly nounwind349declare void @llvm.memset.p0i8.i64(i8* nocapture writeonly, i8, i64, i1)350 351!llvm.module.flags = !{!0}352!llvm.ident = !{!1}353 354!0 = !{i32 1, !"wchar_size", i32 4}355!1 = !{!"clang version 8.0.0 (trunk 342834) (llvm/trunk 342856)"}356!2 = distinct !{!2, !3, !"polly.alias.scope.MemRef_A"}357!3 = distinct !{!3, !"polly.alias.scope.domain"}358!4 = !{!5}359!5 = distinct !{!5, !3, !"polly.alias.scope.MemRef_B"}360!6 = !{!2}361!7 = distinct !{!7, !8, !"polly.alias.scope.MemRef_C"}362!8 = distinct !{!8, !"polly.alias.scope.domain"}363!9 = !{!10, !11}364!10 = distinct !{!10, !8, !"polly.alias.scope.MemRef_A"}365!11 = distinct !{!11, !8, !"polly.alias.scope.MemRef_B"}366!12 = !{!7, !11}367!13 = !{!7, !10}368