X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FLoopVectorize%2Finduction_plus.ll;h=7c4c8f2edcbf0d3bccbbd8523a62088e3e0d9681;hb=4ff88e30886351cbcb754343d6a246b8b1a8b138;hp=6141c39462a6a4759de97abbc0cfab070429a5a1;hpb=39f4e8d9cce22b60a3417a5f17c847fa5b1daebf;p=oota-llvm.git diff --git a/test/Transforms/LoopVectorize/induction_plus.ll b/test/Transforms/LoopVectorize/induction_plus.ll index 6141c39462a..7c4c8f2edcb 100644 --- a/test/Transforms/LoopVectorize/induction_plus.ll +++ b/test/Transforms/LoopVectorize/induction_plus.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -instcombine -S | FileCheck %s +; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -instcombine -S | FileCheck %s 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" target triple = "x86_64-apple-macosx10.8.0" @@ -6,8 +6,8 @@ target triple = "x86_64-apple-macosx10.8.0" @array = common global [1024 x i32] zeroinitializer, align 16 ;CHECK-LABEL: @array_at_plus_one( -;CHECK: trunc i64 ;CHECK: add i64 %index, 12 +;CHECK: trunc i64 ;CHECK: ret i32 define i32 @array_at_plus_one(i32 %n) nounwind uwtable ssp { %1 = icmp sgt i32 %n, 0 @@ -16,7 +16,7 @@ define i32 @array_at_plus_one(i32 %n) nounwind uwtable ssp { .lr.ph: ; preds = %0, %.lr.ph %indvars.iv = phi i64 [ %indvars.iv.next, %.lr.ph ], [ 0, %0 ] %2 = add nsw i64 %indvars.iv, 12 - %3 = getelementptr inbounds [1024 x i32]* @array, i64 0, i64 %2 + %3 = getelementptr inbounds [1024 x i32], [1024 x i32]* @array, i64 0, i64 %2 %4 = trunc i64 %indvars.iv to i32 store i32 %4, i32* %3, align 4 %indvars.iv.next = add i64 %indvars.iv, 1