~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2008-04-16-CoalescerBug.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 -march=x86
 
2
 
 
3
define void @Hubba(i8* %saveunder, i32 %firstBlob, i32 %select) nounwind  {
 
4
entry:
 
5
        br i1 false, label %bb53.us, label %bb53
 
6
bb53.us:                ; preds = %bb94.us, %bb53.us, %entry
 
7
        switch i8 1, label %bb71.us [
 
8
                 i8 0, label %bb53.us
 
9
                 i8 1, label %bb94.us
 
10
        ]
 
11
bb94.us:                ; preds = %bb71.us, %bb53.us
 
12
        %result.0.us = phi i32 [ %tmp93.us, %bb71.us ], [ 0, %bb53.us ]         ; <i32> [#uses=2]
 
13
        %tmp101.us = lshr i32 %result.0.us, 3           ; <i32> [#uses=1]
 
14
        %result.0163.us = trunc i32 %result.0.us to i16         ; <i16> [#uses=2]
 
15
        shl i16 %result.0163.us, 7              ; <i16>:0 [#uses=1]
 
16
        %tmp106.us = and i16 %0, -1024          ; <i16> [#uses=1]
 
17
        shl i16 %result.0163.us, 2              ; <i16>:1 [#uses=1]
 
18
        %tmp109.us = and i16 %1, -32            ; <i16> [#uses=1]
 
19
        %tmp111112.us = trunc i32 %tmp101.us to i16             ; <i16> [#uses=1]
 
20
        %tmp110.us = or i16 %tmp109.us, %tmp111112.us           ; <i16> [#uses=1]
 
21
        %tmp113.us = or i16 %tmp110.us, %tmp106.us              ; <i16> [#uses=1]
 
22
        store i16 %tmp113.us, i16* null, align 2
 
23
        br label %bb53.us
 
24
bb71.us:                ; preds = %bb53.us
 
25
        %tmp80.us = load i8* null, align 1              ; <i8> [#uses=1]
 
26
        %tmp8081.us = zext i8 %tmp80.us to i32          ; <i32> [#uses=1]
 
27
        %tmp87.us = mul i32 %tmp8081.us, 0              ; <i32> [#uses=1]
 
28
        %tmp92.us = add i32 0, %tmp87.us                ; <i32> [#uses=1]
 
29
        %tmp93.us = udiv i32 %tmp92.us, 255             ; <i32> [#uses=1]
 
30
        br label %bb94.us
 
31
bb53:           ; preds = %entry
 
32
        ret void
 
33
}