~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/Integer/a31.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llvm-as %s -o - | llvm-dis > %t.ll
 
2
; RUN: diff %t.ll %s.out
 
3
 
 
4
; test 31 bits
 
5
;
 
6
@b = constant i31 add(i31 2147483647, i31 1)
 
7
@c = constant i31 add(i31 2147483647, i31 2147483647)
 
8
@d = constant i31 add(i31 2147483640, i31 8)
 
9
@e = constant i31 sub(i31 0 , i31 1)
 
10
@f = constant i31 sub(i31 0 , i31 2147483647)
 
11
@g = constant i31 sub(i31 2 , i31 2147483647)
 
12
 
 
13
@h = constant i31 shl(i31 1 , i31 31)
 
14
@i = constant i31 shl(i31 1 , i31 30)
 
15
@j = constant i31 lshr(i31 2147483647 , i31 30)
 
16
@l = constant i31 ashr(i31 2147483647 , i31 30)
 
17
 
 
18
@n = constant i31 mul(i31 2147483647, i31 2)
 
19
@q = constant i31 sdiv(i31 -1,        i31 1073741823)
 
20
@r = constant i31 udiv(i31 -1,        i31 1073741823)
 
21
@s = constant i31 srem(i31  1,        i31 2147483646)
 
22
@t = constant i31 urem(i31 2147483647,i31 -1)
 
23
@o = constant i31 trunc( i32 2147483648  to i31 )
 
24
@p = constant i31 trunc( i32 2147483647  to i31 ) 
 
25
@u = constant i31 srem(i31 -3,        i31 17)