~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-22-ReMatBug.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 -stats |& grep {Number of re-materialization} | grep 2
 
2
; rdar://5761454
 
3
 
 
4
        %struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* }
 
5
 
 
6
define  %struct.quad_struct* @MakeTree(i32 %size, i32 %center_x, i32 %center_y, i32 %lo_proc, i32 %hi_proc, %struct.quad_struct* %parent, i32 %ct, i32 %level) nounwind  {
 
7
entry:
 
8
        br i1 true, label %bb43.i, label %bb.i
 
9
 
 
10
bb.i:           ; preds = %entry
 
11
        ret %struct.quad_struct* null
 
12
 
 
13
bb43.i:         ; preds = %entry
 
14
        br i1 true, label %CheckOutside.exit40.i, label %bb11.i38.i
 
15
 
 
16
bb11.i38.i:             ; preds = %bb43.i
 
17
        ret %struct.quad_struct* null
 
18
 
 
19
CheckOutside.exit40.i:          ; preds = %bb43.i
 
20
        br i1 true, label %CheckOutside.exit30.i, label %bb11.i28.i
 
21
 
 
22
bb11.i28.i:             ; preds = %CheckOutside.exit40.i
 
23
        ret %struct.quad_struct* null
 
24
 
 
25
CheckOutside.exit30.i:          ; preds = %CheckOutside.exit40.i
 
26
        br i1 true, label %CheckOutside.exit20.i, label %bb11.i18.i
 
27
 
 
28
bb11.i18.i:             ; preds = %CheckOutside.exit30.i
 
29
        ret %struct.quad_struct* null
 
30
 
 
31
CheckOutside.exit20.i:          ; preds = %CheckOutside.exit30.i
 
32
        br i1 true, label %bb34, label %bb11.i8.i
 
33
 
 
34
bb11.i8.i:              ; preds = %CheckOutside.exit20.i
 
35
        ret %struct.quad_struct* null
 
36
 
 
37
bb34:           ; preds = %CheckOutside.exit20.i
 
38
        %tmp15.reg2mem.0 = sdiv i32 %size, 2            ; <i32> [#uses=7]
 
39
        %tmp85 = sub i32 %center_y, %tmp15.reg2mem.0            ; <i32> [#uses=2]
 
40
        %tmp88 = sub i32 %center_x, %tmp15.reg2mem.0            ; <i32> [#uses=2]
 
41
        %tmp92 = tail call  %struct.quad_struct* @MakeTree( i32 %tmp15.reg2mem.0, i32 %tmp88, i32 %tmp85, i32 0, i32 %hi_proc, %struct.quad_struct* null, i32 2, i32 0 ) nounwind               ; <%struct.quad_struct*> [#uses=0]
 
42
        %tmp99 = add i32 0, %hi_proc            ; <i32> [#uses=1]
 
43
        %tmp100 = sdiv i32 %tmp99, 2            ; <i32> [#uses=1]
 
44
        %tmp110 = tail call  %struct.quad_struct* @MakeTree( i32 %tmp15.reg2mem.0, i32 0, i32 %tmp85, i32 0, i32 %tmp100, %struct.quad_struct* null, i32 3, i32 0 ) nounwind            ; <%struct.quad_struct*> [#uses=0]
 
45
        %tmp122 = add i32 %tmp15.reg2mem.0, %center_y           ; <i32> [#uses=2]
 
46
        %tmp129 = tail call  %struct.quad_struct* @MakeTree( i32 %tmp15.reg2mem.0, i32 0, i32 %tmp122, i32 0, i32 0, %struct.quad_struct* null, i32 1, i32 0 ) nounwind                 ; <%struct.quad_struct*> [#uses=0]
 
47
        %tmp147 = tail call  %struct.quad_struct* @MakeTree( i32 %tmp15.reg2mem.0, i32 %tmp88, i32 %tmp122, i32 %lo_proc, i32 0, %struct.quad_struct* null, i32 0, i32 0 ) nounwind             ; <%struct.quad_struct*> [#uses=0]
 
48
        unreachable
 
49
}