diff options
Diffstat (limited to 'test/Integer/a33.ll')
-rw-r--r-- | test/Integer/a33.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Integer/a33.ll b/test/Integer/a33.ll index 90f31b3..17c6f95 100644 --- a/test/Integer/a33.ll +++ b/test/Integer/a33.ll @@ -18,6 +18,10 @@ %m = constant i33 ashr(i33 8589934591 , i8 33) %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 3, 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 ) |