dead pass
authorChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:58:11 +0000 (07:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:58:11 +0000 (07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47324 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2004-08-16-LowerPacked.ll [deleted file]

diff --git a/test/Other/2004-08-16-LowerPacked.ll b/test/Other/2004-08-16-LowerPacked.ll
deleted file mode 100644 (file)
index a3bc4c3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llvm-as < %s | opt -lower-packed | llvm-dis
-@foo = external global <2 x i32>                ; <<2 x i32>*> [#uses=2]
-@bar = external global <2 x i32>                ; <<2 x i32>*> [#uses=1]
-
-define void @main() {
-        %t0 = load <2 x i32>* @foo              ; <<2 x i32>> [#uses=6]
-        %t2 = add <2 x i32> %t0, %t0            ; <<2 x i32>> [#uses=1]
-        %t3 = select i1 false, <2 x i32> %t0, <2 x i32> %t2             ; <<2 x i32>> [#uses=1]
-        store <2 x i32> %t3, <2 x i32>* @bar
-        %c0 = add <2 x i32> < i32 1, i32 1 >, %t0               ; <<2 x i32>> [#uses=0]
-        %c1 = add <2 x i32> %t0, zeroinitializer                ; <<2 x i32>> [#uses=0]
-        %c2 = select i1 true, <2 x i32> < i32 1, i32 1 >, <2 x i32> %t0         ; <<2 x i32>> [#uses=0]
-        store <2 x i32> < i32 4, i32 4 >, <2 x i32>* @foo
-        ret void
-}
-