From f09999e103422b80570d336f7ad922352d4bd92a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Mar 2010 20:24:50 +0000 Subject: [PATCH] stop using anders-aa git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97492 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/2008-03-19-PassManager.ll | 58 ------------------------ test/Transforms/GVN/2008-02-13-NewPHI.ll | 2 +- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 test/Other/2008-03-19-PassManager.ll diff --git a/test/Other/2008-03-19-PassManager.ll b/test/Other/2008-03-19-PassManager.ll deleted file mode 100644 index e2082228e3d..00000000000 --- a/test/Other/2008-03-19-PassManager.ll +++ /dev/null @@ -1,58 +0,0 @@ -; PR 2034 -; RUN: opt < %s -anders-aa -instcombine -gvn -disable-output - %struct.FULL = type { i32, i32, [1000 x float*] } - -define i32 @sgesl(%struct.FULL* %a, i32* %ipvt, float* %b, i32 %job) { -entry: - %a_addr = alloca %struct.FULL* ; <%struct.FULL**> [#uses=1] - %ipvt_addr = alloca i32* ; [#uses=1] - %b_addr = alloca float* ; [#uses=1] - %job_addr = alloca i32 ; [#uses=1] - %akk = alloca float* ; [#uses=2] - %k = alloca i32 ; [#uses=1] - %l = alloca i32 ; [#uses=1] - %n = alloca i32 ; [#uses=1] - %nm1 = alloca i32 ; [#uses=1] - %tmp5 = load i32* %job_addr, align 4 ; [#uses=1] - %tmp6 = icmp eq i32 %tmp5, 0 ; [#uses=1] - %tmp67 = zext i1 %tmp6 to i8 ; [#uses=1] - %toBool = icmp ne i8 %tmp67, 0 ; [#uses=1] - br i1 %toBool, label %cond_true, label %cond_next137 - -cond_true: ; preds = %entry - %tmp732 = load i32* %nm1, align 4 ; [#uses=1] - %tmp743 = icmp slt i32 0, %tmp732 ; [#uses=1] - %tmp74754 = zext i1 %tmp743 to i8 ; [#uses=1] - %toBool765 = icmp ne i8 %tmp74754, 0 ; [#uses=1] - br i1 %toBool765, label %bb, label %bb77 - -bb: ; preds = %cond_true - %tmp9 = load %struct.FULL** %a_addr, align 4 ; <%struct.FULL*> [#uses=1] - %tmp10 = getelementptr %struct.FULL* %tmp9, i32 0, i32 2 ; <[1000 x float*]*> [#uses=1] - %tmp11 = getelementptr [1000 x float*]* %tmp10, i32 0, i32 0 ; [#uses=1] - %tmp12 = load float** %tmp11, align 4 ; [#uses=1] - %tmp13 = load i32* %k, align 4 ; [#uses=1] - %tmp14 = getelementptr float* %tmp12, i32 %tmp13 ; [#uses=1] - store float* %tmp14, float** %akk, align 4 - %tmp17 = load float** %b_addr, align 4 ; [#uses=0] - %tmp18 = load i32* %l, align 4 ; [#uses=0] - ret i32 0 - -bb77: ; preds = %cond_true - ret i32 0 - -cond_next137: ; preds = %entry - %tmp18922 = load i32* %n, align 4 ; [#uses=1] - %tmp19023 = icmp slt i32 0, %tmp18922 ; [#uses=1] - %tmp19019124 = zext i1 %tmp19023 to i8 ; [#uses=1] - %toBool19225 = icmp ne i8 %tmp19019124, 0 ; [#uses=1] - br i1 %toBool19225, label %bb138, label %bb193 - -bb138: ; preds = %cond_next137 - store float* null, float** %akk, align 4 - ret i32 0 - -bb193: ; preds = %cond_next137 - %tmp196 = load i32** %ipvt_addr, align 4 ; [#uses=0] - ret i32 0 -} diff --git a/test/Transforms/GVN/2008-02-13-NewPHI.ll b/test/Transforms/GVN/2008-02-13-NewPHI.ll index 54998db0ac6..80b519d14e9 100644 --- a/test/Transforms/GVN/2008-02-13-NewPHI.ll +++ b/test/Transforms/GVN/2008-02-13-NewPHI.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -anders-aa -gvn +; RUN: opt < %s -gvn ; PR2032 define i32 @sscal(i32 %n, double %sa1, float* %sx, i32 %incx) {