summaryrefslogtreecommitdiff
path: root/test/Integer/a33.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-02 22:32:02 +0000
committerChris Lattner <sabre@nondot.org>2010-09-02 22:32:02 +0000
commit514ca3a021ea0aa421ac4163e553364514fe651c (patch)
tree1fca5be084e5492d87750292c1024fcda142d7d7 /test/Integer/a33.ll
parent74f9cb2cac5a6c84137dea8612b9cde35d534d9f (diff)
downloadllvm-514ca3a021ea0aa421ac4163e553364514fe651c.tar.gz
llvm-514ca3a021ea0aa421ac4163e553364514fe651c.tar.bz2
llvm-514ca3a021ea0aa421ac4163e553364514fe651c.tar.xz
we are past the point where these tests are useful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/a33.ll')
-rw-r--r--test/Integer/a33.ll26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/Integer/a33.ll b/test/Integer/a33.ll
deleted file mode 100644
index f328907b46..0000000000
--- a/test/Integer/a33.ll
+++ /dev/null
@@ -1,26 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 33 bits
-;
-@b = constant i33 add(i33 8589934591, i33 1)
-@c = constant i33 add(i33 8589934591, i33 8589934591)
-@d = constant i33 add(i33 8589934584, i33 8)
-@e = constant i33 sub(i33 0 , i33 1)
-@f = constant i33 sub(i33 0 , i33 8589934591)
-@g = constant i33 sub(i33 2 , i33 8589934591)
-
-@h = constant i33 shl(i33 1 , i33 33)
-@i = constant i33 shl(i33 1 , i33 32)
-@j = constant i33 lshr(i33 8589934591 , i33 32)
-@l = constant i33 ashr(i33 8589934591 , i33 32)
-
-@n = constant i33 mul(i33 8589934591, i33 2)
-@q = constant i33 sdiv(i33 -1, i33 4294967295)
-@r = constant i33 udiv(i33 -1, i33 4294967295)
-@s = constant i33 srem(i33 1, i33 8589934590)
-@t = constant i33 urem(i33 8589934591,i33 -1)
-@o = constant i33 trunc( i34 8589934592 to i33 )
-@p = constant i33 trunc( i34 8589934591 to i33 )
-@u = constant i33 srem(i33 -1, i33 17)
-