diff options
author | Zhou Sheng <zhousheng00@gmail.com> | 2007-01-19 14:26:57 +0000 |
---|---|---|
committer | Zhou Sheng <zhousheng00@gmail.com> | 2007-01-19 14:26:57 +0000 |
commit | 4da6420a07d4b91aa1270e18cc970e32c53b193e (patch) | |
tree | af4c902e40645be2d1b7ab8b233ab9d3695ce964 /test/Integer/a17.ll.out | |
parent | 02b985c50faa7b0f43ef4100761c633ed4b8d6d2 (diff) |
Cover more arithmetics for arbitrary bitwidth integers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/a17.ll.out')
-rw-r--r-- | test/Integer/a17.ll.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out index bb6093858c..f0cb13a4fe 100644 --- a/test/Integer/a17.ll.out +++ b/test/Integer/a17.ll.out @@ -12,6 +12,10 @@ %l = constant i17 -1 ; <i17*> [#uses=0] %m = constant i17 -1 ; <i17*> [#uses=0] %n = constant i17 -2 ; <i17*> [#uses=0] +%q = constant i17 0 ; <i17*> [#uses=0] +%r = constant i17 2 ; <i17*> [#uses=0] +%s = constant i17 1 ; <i17*> [#uses=0] +%t = constant i17 0 ; <i17*> [#uses=0] %o = constant i17 0 ; <i17*> [#uses=0] %p = constant i17 -1 ; <i17*> [#uses=0] |