~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.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: llc < %s
 
2
; rdar://5707064
 
3
 
 
4
define i32 @f(i16* %pc) {
 
5
entry:
 
6
        %acc = alloca i64, align 8              ; <i64*> [#uses=4]
 
7
        %tmp97 = load i64* %acc, align 8                ; <i64> [#uses=1]
 
8
        %tmp98 = and i64 %tmp97, 4294967295             ; <i64> [#uses=1]
 
9
        %tmp99 = load i64* null, align 8                ; <i64> [#uses=1]
 
10
        %tmp100 = and i64 %tmp99, 4294967295            ; <i64> [#uses=1]
 
11
        %tmp101 = mul i64 %tmp98, %tmp100               ; <i64> [#uses=1]
 
12
        %tmp103 = lshr i64 %tmp101, 0           ; <i64> [#uses=1]
 
13
        %tmp104 = load i64* %acc, align 8               ; <i64> [#uses=1]
 
14
        %.cast105 = zext i32 32 to i64          ; <i64> [#uses=1]
 
15
        %tmp106 = lshr i64 %tmp104, %.cast105           ; <i64> [#uses=1]
 
16
        %tmp107 = load i64* null, align 8               ; <i64> [#uses=1]
 
17
        %tmp108 = and i64 %tmp107, 4294967295           ; <i64> [#uses=1]
 
18
        %tmp109 = mul i64 %tmp106, %tmp108              ; <i64> [#uses=1]
 
19
        %tmp112 = add i64 %tmp109, 0            ; <i64> [#uses=1]
 
20
        %tmp116 = add i64 %tmp112, 0            ; <i64> [#uses=1]
 
21
        %tmp117 = add i64 %tmp103, %tmp116              ; <i64> [#uses=1]
 
22
        %tmp118 = load i64* %acc, align 8               ; <i64> [#uses=1]
 
23
        %tmp120 = lshr i64 %tmp118, 0           ; <i64> [#uses=1]
 
24
        %tmp121 = load i64* null, align 8               ; <i64> [#uses=1]
 
25
        %tmp123 = lshr i64 %tmp121, 0           ; <i64> [#uses=1]
 
26
        %tmp124 = mul i64 %tmp120, %tmp123              ; <i64> [#uses=1]
 
27
        %tmp126 = shl i64 %tmp124, 0            ; <i64> [#uses=1]
 
28
        %tmp127 = add i64 %tmp117, %tmp126              ; <i64> [#uses=1]
 
29
        store i64 %tmp127, i64* %acc, align 8
 
30
        ret i32 0
 
31
}