From 2c884fdaa30f8ff0215536670edfffe314d9b563 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Nov 2006 07:15:44 +0000 Subject: [PATCH] remove a testcase for a marginal feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31345 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/load.ll | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/Transforms/InstCombine/load.ll b/test/Transforms/InstCombine/load.ll index 1934709ffad..b87e76ec5b5 100644 --- a/test/Transforms/InstCombine/load.ll +++ b/test/Transforms/InstCombine/load.ll @@ -40,20 +40,6 @@ int %test5(bool %C) { ret int %Z } -; load (phi (&V1, &V2, &V3)) --> phi(load &V1, load &V2, load &V3) -int %test6(bool %C) { -entry: - br bool %C, label %cond_true.i, label %cond_continue.i - -cond_true.i: - br label %cond_continue.i - -cond_continue.i: - %mem_tmp.i.0 = phi int* [ %X, %cond_true.i ], [ %X2, %entry ] - %tmp.3 = load int* %mem_tmp.i.0 - ret int %tmp.3 -} - int %test7(int %X) { %V = getelementptr int* null, int %X %R = load int* %V