~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.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
        %struct.CompAtom = type <{ %struct.Position, float, i32 }>
 
4
        %struct.Lattice = type { %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, i32, i32, i32 }
 
5
        %struct.Position = type { double, double, double }
 
6
 
 
7
define fastcc %struct.CompAtom* @_ZNK7Lattice6createEP8CompAtomii(%struct.Lattice* %this, %struct.CompAtom* %d, i32 %n, i32 %i) {
 
8
entry:
 
9
        %tmp18 = tail call i8* @_Znam( i32 0 )          ; <i8*> [#uses=1]
 
10
        %tmp1819 = bitcast i8* %tmp18 to %struct.CompAtom*              ; <%struct.CompAtom*> [#uses=4]
 
11
        %tmp3286 = icmp eq i32 %n, 0            ; <i1> [#uses=1]
 
12
        br i1 %tmp3286, label %bb35, label %bb24
 
13
 
 
14
bb24:           ; preds = %bb24, %entry
 
15
        %tmp9.0.reg2mem.0.rec = phi i32 [ %indvar.next, %bb24 ], [ 0, %entry ]          ; <i32> [#uses=3]
 
16
        %tmp3.i.i = getelementptr %struct.CompAtom* %tmp1819, i32 %tmp9.0.reg2mem.0.rec, i32 0, i32 1           ; <double*> [#uses=0]
 
17
        %tmp5.i.i = getelementptr %struct.CompAtom* %tmp1819, i32 %tmp9.0.reg2mem.0.rec, i32 0, i32 2           ; <double*> [#uses=1]
 
18
        store double -9.999900e+04, double* %tmp5.i.i, align 4
 
19
        %indvar.next = add i32 %tmp9.0.reg2mem.0.rec, 1         ; <i32> [#uses=2]
 
20
        %exitcond = icmp eq i32 %indvar.next, %n                ; <i1> [#uses=1]
 
21
        br i1 %exitcond, label %bb35, label %bb24
 
22
 
 
23
bb35:           ; preds = %bb24, %entry
 
24
        %tmp42 = sdiv i32 %i, 9         ; <i32> [#uses=1]
 
25
        %tmp43 = add i32 %tmp42, -1             ; <i32> [#uses=1]
 
26
        %tmp4344 = sitofp i32 %tmp43 to double          ; <double> [#uses=1]
 
27
        %tmp17.i76 = fmul double %tmp4344, 0.000000e+00         ; <double> [#uses=1]
 
28
        %tmp48 = sdiv i32 %i, 3         ; <i32> [#uses=1]
 
29
        %tmp49 = srem i32 %tmp48, 3             ; <i32> [#uses=1]
 
30
        %tmp50 = add i32 %tmp49, -1             ; <i32> [#uses=1]
 
31
        %tmp5051 = sitofp i32 %tmp50 to double          ; <double> [#uses=1]
 
32
        %tmp17.i63 = fmul double %tmp5051, 0.000000e+00         ; <double> [#uses=1]
 
33
        %tmp55 = srem i32 %i, 3         ; <i32> [#uses=1]
 
34
        %tmp56 = add i32 %tmp55, -1             ; <i32> [#uses=1]
 
35
        %tmp5657 = sitofp i32 %tmp56 to double          ; <double> [#uses=1]
 
36
        %tmp15.i49 = getelementptr %struct.Lattice* %this, i32 0, i32 0, i32 0          ; <double*> [#uses=1]
 
37
        %tmp16.i50 = load double* %tmp15.i49, align 4           ; <double> [#uses=1]
 
38
        %tmp17.i = fmul double %tmp5657, %tmp16.i50             ; <double> [#uses=1]
 
39
        %tmp20.i39 = fadd double %tmp17.i, %tmp17.i63           ; <double> [#uses=1]
 
40
        %tmp20.i23 = fadd double %tmp20.i39, %tmp17.i76         ; <double> [#uses=1]
 
41
        br i1 false, label %bb58.preheader, label %bb81
 
42
 
 
43
bb58.preheader:         ; preds = %bb35
 
44
        %smax = select i1 false, i32 1, i32 %n          ; <i32> [#uses=1]
 
45
        br label %bb58
 
46
 
 
47
bb58:           ; preds = %bb58, %bb58.preheader
 
48
        %tmp20.i7 = getelementptr %struct.CompAtom* %d, i32 0, i32 2            ; <i32*> [#uses=2]
 
49
        %tmp25.i = getelementptr %struct.CompAtom* %tmp1819, i32 0, i32 2               ; <i32*> [#uses=2]
 
50
        %tmp74.i = load i32* %tmp20.i7, align 1         ; <i32> [#uses=1]
 
51
        %tmp82.i = and i32 %tmp74.i, 134217728          ; <i32> [#uses=1]
 
52
        %tmp85.i = or i32 0, %tmp82.i           ; <i32> [#uses=1]
 
53
        store i32 %tmp85.i, i32* %tmp25.i, align 1
 
54
        %tmp88.i = load i32* %tmp20.i7, align 1         ; <i32> [#uses=1]
 
55
        %tmp95.i = and i32 %tmp88.i, -268435456         ; <i32> [#uses=1]
 
56
        %tmp97.i = or i32 0, %tmp95.i           ; <i32> [#uses=1]
 
57
        store i32 %tmp97.i, i32* %tmp25.i, align 1
 
58
        %tmp6.i = fadd double 0.000000e+00, %tmp20.i23          ; <double> [#uses=0]
 
59
        %exitcond96 = icmp eq i32 0, %smax              ; <i1> [#uses=1]
 
60
        br i1 %exitcond96, label %bb81, label %bb58
 
61
 
 
62
bb81:           ; preds = %bb58, %bb35
 
63
        ret %struct.CompAtom* %tmp1819
 
64
}
 
65
 
 
66
declare i8* @_Znam(i32)