summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cmp0.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-08 05:04:58 +0000
committerChris Lattner <sabre@nondot.org>2010-10-08 05:04:58 +0000
commit420cf26d9945d68585f79012f884fa68e8c74e77 (patch)
tree6788936903273305e52577fc45f645d21915ff22 /llvm/test/CodeGen/X86/cmp0.ll
parent6a8a65cb435428ec161b875d735586852e71e794 (diff)
downloadbcm5719-llvm-420cf26d9945d68585f79012f884fa68e8c74e77.tar.gz
bcm5719-llvm-420cf26d9945d68585f79012f884fa68e8c74e77.zip
merge tests
llvm-svn: 116051
Diffstat (limited to 'llvm/test/CodeGen/X86/cmp0.ll')
-rw-r--r--llvm/test/CodeGen/X86/cmp0.ll24
1 files changed, 0 insertions, 24 deletions
diff --git a/llvm/test/CodeGen/X86/cmp0.ll b/llvm/test/CodeGen/X86/cmp0.ll
deleted file mode 100644
index 4878448800c..00000000000
--- a/llvm/test/CodeGen/X86/cmp0.ll
+++ /dev/null
@@ -1,24 +0,0 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
-
-define i64 @test0(i64 %x) nounwind {
- %t = icmp eq i64 %x, 0
- %r = zext i1 %t to i64
- ret i64 %r
-; CHECK: test0:
-; CHECK: testq %rdi, %rdi
-; CHECK: sete %al
-; CHECK: movzbl %al, %eax
-; CHECK: ret
-}
-
-define i64 @test1(i64 %x) nounwind {
- %t = icmp slt i64 %x, 1
- %r = zext i1 %t to i64
- ret i64 %r
-; CHECK: test1:
-; CHECK: testq %rdi, %rdi
-; CHECK: setle %al
-; CHECK: movzbl %al, %eax
-; CHECK: ret
-}
-
OpenPOWER on IntegriCloud