summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/03-RetImmSubreg.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-04-14 13:54:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-04-14 13:54:10 +0000
commit63faed5b8e4f2755f127fcb8aa440480c0649327 (patch)
tree19c69a04768629f2d440944b71cbe90adae0b615 /test/CodeGen/SystemZ/03-RetImmSubreg.ll
parentd4c8b5d2e851b0e8a063c6bf8543a4823a26c15a (diff)
Notes
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetImmSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetImmSubreg.ll42
1 files changed, 0 insertions, 42 deletions
diff --git a/test/CodeGen/SystemZ/03-RetImmSubreg.ll b/test/CodeGen/SystemZ/03-RetImmSubreg.ll
deleted file mode 100644
index 70da913edead..000000000000
--- a/test/CodeGen/SystemZ/03-RetImmSubreg.ll
+++ /dev/null
@@ -1,42 +0,0 @@
-; RUN: llc < %s -march=systemz | grep lghi | count 2
-; RUN: llc < %s -march=systemz | grep llill | count 1
-; RUN: llc < %s -march=systemz | grep llilh | count 1
-; RUN: llc < %s -march=systemz | grep lgfi | count 1
-; RUN: llc < %s -march=systemz | grep llilf | count 2
-
-
-define i32 @foo1() {
-entry:
- ret i32 1
-}
-
-define i32 @foo2() {
-entry:
- ret i32 65535
-}
-
-define i32 @foo3() {
-entry:
- ret i32 131072
-}
-
-define i32 @foo4() {
-entry:
- ret i32 65537
-}
-
-define i32 @foo5() {
-entry:
- ret i32 4294967295
-}
-
-define zeroext i32 @foo6() {
-entry:
- ret i32 4294967295
-}
-
-define signext i32 @foo7() {
-entry:
- ret i32 4294967295
-}
-