summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll')
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll b/llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
deleted file mode 100644
index 0add14bf24d..00000000000
--- a/llvm/test/Regression/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext
-; PR1107
-
-define i1 %test(i8 %A, i8 %B) {
- %a = zext i8 %A to i32
- %b = zext i8 %B to i32
- %c = icmp sgt i32 %a, %b
- ret i1 %c
-}
OpenPOWER on IntegriCloud