~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/ARM/2009-06-22-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 -mtriple=armv6-apple-darwin
 
2
 
 
3
        %struct.rtunion = type { i64 }
 
4
        %struct.rtx_def = type { i16, i8, i8, [1 x %struct.rtunion] }
 
5
 
 
6
define arm_apcscc void @simplify_unary_real(i8* nocapture %p) nounwind {
 
7
entry:
 
8
        %tmp121 = load i64* null, align 4               ; <i64> [#uses=1]
 
9
        %0 = getelementptr %struct.rtx_def* null, i32 0, i32 3, i32 3, i32 0            ; <i64*> [#uses=1]
 
10
        %tmp122 = load i64* %0, align 4         ; <i64> [#uses=1]
 
11
        %1 = zext i64 undef to i192             ; <i192> [#uses=2]
 
12
        %2 = zext i64 %tmp121 to i192           ; <i192> [#uses=1]
 
13
        %3 = shl i192 %2, 64            ; <i192> [#uses=2]
 
14
        %4 = zext i64 %tmp122 to i192           ; <i192> [#uses=1]
 
15
        %5 = shl i192 %4, 128           ; <i192> [#uses=1]
 
16
        %6 = or i192 %3, %1             ; <i192> [#uses=1]
 
17
        %7 = or i192 %6, %5             ; <i192> [#uses=2]
 
18
        switch i32 undef, label %bb82 [
 
19
                i32 77, label %bb38
 
20
                i32 129, label %bb21
 
21
                i32 130, label %bb20
 
22
        ]
 
23
 
 
24
bb20:           ; preds = %entry
 
25
        ret void
 
26
 
 
27
bb21:           ; preds = %entry
 
28
        br i1 undef, label %bb82, label %bb29
 
29
 
 
30
bb29:           ; preds = %bb21
 
31
        %tmp18.i = and i192 %3, 1208907372870555465154560               ; <i192> [#uses=1]
 
32
        %mask.i = or i192 %tmp18.i, %1          ; <i192> [#uses=1]
 
33
        %mask41.i = or i192 %mask.i, 0          ; <i192> [#uses=1]
 
34
        br label %bb82
 
35
 
 
36
bb38:           ; preds = %entry
 
37
        br label %bb82
 
38
 
 
39
bb82:           ; preds = %bb38, %bb29, %bb21, %entry
 
40
        %d.0 = phi i192 [ %mask41.i, %bb29 ], [ undef, %bb38 ], [ %7, %entry ], [ %7, %bb21 ]           ; <i192> [#uses=1]
 
41
        %tmp51 = trunc i192 %d.0 to i64         ; <i64> [#uses=0]
 
42
        ret void
 
43
}