summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll b/llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
deleted file mode 100644
index fed2255c0e2..00000000000
--- a/llvm/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: opt < %s -instcombine -disable-output
-
-define <4 x i32> @test(<4 x i32> %A) {
- %B = xor <4 x i32> %A, < i32 -1, i32 -1, i32 -1, i32 -1 >
- %C = and <4 x i32> %B, < i32 -1, i32 -1, i32 -1, i32 -1 >
- ret <4 x i32> %C
-}
OpenPOWER on IntegriCloud