~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/loop-strength-reduce7.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 | not grep imul
 
2
 
 
3
target triple = "i386-apple-darwin9.6"
 
4
        %struct.III_psy_xmin = type { [22 x double], [13 x [3 x double]] }
 
5
        %struct.III_scalefac_t = type { [22 x i32], [13 x [3 x i32]] }
 
6
        %struct.gr_info = type { i32, i32, i32, i32, i32, i32, i32, i32, [3 x i32], [3 x i32], i32, i32, i32, i32, i32, i32, i32, i32, i32, i32*, [4 x i32] }
 
7
        %struct.lame_global_flags = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8*, i8*, i32, i32, float, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, float, i32, i32, i32, float, float, float, float, i32, i32, i32, i32, i32, i32, i32, i32 }
 
8
 
 
9
define fastcc void @outer_loop(%struct.lame_global_flags* nocapture %gfp, double* nocapture %xr, i32 %targ_bits, double* nocapture %best_noise, %struct.III_psy_xmin* nocapture %l3_xmin, i32* nocapture %l3_enc, %struct.III_scalefac_t* nocapture %scalefac, %struct.gr_info* nocapture %cod_info, i32 %ch) nounwind {
 
10
entry:
 
11
        br label %bb4
 
12
 
 
13
bb4:            ; preds = %bb4, %entry
 
14
        br i1 true, label %bb5, label %bb4
 
15
 
 
16
bb5:            ; preds = %bb4
 
17
        br i1 true, label %bb28.i37, label %bb.i4
 
18
 
 
19
bb.i4:          ; preds = %bb.i4, %bb5
 
20
        br label %bb.i4
 
21
 
 
22
bb28.i37:               ; preds = %bb33.i47, %bb5
 
23
        %i.1.reg2mem.0.i = phi i32 [ %0, %bb33.i47 ], [ 0, %bb5 ]               ; <i32> [#uses=2]
 
24
        %0 = add i32 %i.1.reg2mem.0.i, 1                ; <i32> [#uses=2]
 
25
        br label %bb29.i38
 
26
 
 
27
bb29.i38:               ; preds = %bb33.i47, %bb28.i37
 
28
        %indvar32.i = phi i32 [ %indvar.next33.i, %bb33.i47 ], [ 0, %bb28.i37 ]         ; <i32> [#uses=2]
 
29
        %sfb.314.i = add i32 %indvar32.i, 0             ; <i32> [#uses=3]
 
30
        %1 = getelementptr [4 x [21 x double]]* null, i32 0, i32 %0, i32 %sfb.314.i             ; <double*> [#uses=1]
 
31
        %2 = load double* %1, align 8           ; <double> [#uses=0]
 
32
        br i1 false, label %bb30.i41, label %bb33.i47
 
33
 
 
34
bb30.i41:               ; preds = %bb29.i38
 
35
        %3 = getelementptr %struct.III_scalefac_t* null, i32 0, i32 1, i32 %sfb.314.i, i32 %i.1.reg2mem.0.i             ; <i32*> [#uses=1]
 
36
        store i32 0, i32* %3, align 4
 
37
        br label %bb33.i47
 
38
 
 
39
bb33.i47:               ; preds = %bb30.i41, %bb29.i38
 
40
        %4 = add i32 %sfb.314.i, 1              ; <i32> [#uses=1]
 
41
        %phitmp.i46 = icmp ugt i32 %4, 11               ; <i1> [#uses=1]
 
42
        %indvar.next33.i = add i32 %indvar32.i, 1               ; <i32> [#uses=1]
 
43
        br i1 %phitmp.i46, label %bb28.i37, label %bb29.i38
 
44
}