summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll b/llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
deleted file mode 100644
index 679cc5f73d7..00000000000
--- a/llvm/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: opt < %s -instcombine -S | grep "ret i1 true"
-; PR2993
-
-define i1 @foo(i32 %x) {
- %1 = srem i32 %x, -1
- %2 = icmp eq i32 %1, 0
- ret i1 %2
-}
OpenPOWER on IntegriCloud