summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll b/llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
deleted file mode 100644
index 826d68aefc1..00000000000
--- a/llvm/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: opt < %s -instcombine -S | grep "icmp sle"
-; PR1244
-
-define i1 @test(i32 %c.3.i, i32 %d.292.2.i) {
- %tmp266.i = icmp slt i32 %c.3.i, %d.292.2.i
- %tmp276.i = icmp eq i32 %c.3.i, %d.292.2.i
- %sel_tmp80 = or i1 %tmp266.i, %tmp276.i
- ret i1 %sel_tmp80
-}
OpenPOWER on IntegriCloud