From 13b860992a82ef5242e74103c1e080dfbd9d860f Mon Sep 17 00:00:00 2001 From: Andreas Bolka Date: Wed, 5 Aug 2009 04:26:05 +0000 Subject: ZIV tester for LDA. llvm-svn: 78157 --- llvm/test/Analysis/LoopDependenceAnalysis/alias.ll | 2 +- llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/Analysis') diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll b/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll index b6a5a4fc377..46d38af280e 100644 --- a/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll +++ b/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll @@ -34,7 +34,7 @@ for.body: %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ] %x = load i32* %x.ld.addr store i32 %x, i32* %x.st.addr -; CHECK: 0,1: dep +; CHECK: 0,1: ind %i.next = add i64 %i, 1 %exitcond = icmp eq i64 %i.next, 256 br i1 %exitcond, label %for.end, label %for.body diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll b/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll index d0235aebc31..3b265ba2733 100644 --- a/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll +++ b/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll @@ -12,7 +12,7 @@ for.body: %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ] %x = load i32* getelementptr ([256 x i32]* @x, i32 0, i64 6) store i32 %x, i32* getelementptr ([256 x i32]* @x, i32 0, i64 5) -; CHECK: 0,1: dep +; CHECK: 0,1: ind %i.next = add i64 %i, 1 %exitcond = icmp eq i64 %i.next, 256 br i1 %exitcond, label %for.end, label %for.body @@ -34,7 +34,7 @@ for.body: %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ] %x = load i32* %x.ld.addr store i32 %x, i32* %x.st.addr -; CHECK: 0,1: dep +; CHECK: 0,1: ind %i.next = add i64 %i, 1 %exitcond = icmp eq i64 %i.next, 256 br i1 %exitcond, label %for.end, label %for.body -- cgit v1.2.3