~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.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=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp 
 
2
; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp | not grep fcpys
 
3
; rdar://7117307
 
4
 
 
5
        %struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List }
 
6
        %struct.List = type { %struct.List*, %struct.Patient*, %struct.List* }
 
7
        %struct.Patient = type { i32, i32, i32, %struct.Village* }
 
8
        %struct.Results = type { float, float, float }
 
9
        %struct.Village = type { [4 x %struct.Village*], %struct.Village*, %struct.List, %struct.Hosp, i32, i32 }
 
10
 
 
11
define arm_apcscc void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %village) nounwind {
 
12
entry:
 
13
        br i1 undef, label %bb, label %bb6.preheader
 
14
 
 
15
bb6.preheader:          ; preds = %entry
 
16
        call void @llvm.memcpy.i32(i8* undef, i8* undef, i32 12, i32 4)
 
17
        br i1 undef, label %bb15, label %bb13
 
18
 
 
19
bb:             ; preds = %entry
 
20
        ret void
 
21
 
 
22
bb13:           ; preds = %bb13, %bb6.preheader
 
23
        %0 = fadd float undef, undef            ; <float> [#uses=1]
 
24
        %1 = fadd float undef, 1.000000e+00             ; <float> [#uses=1]
 
25
        br i1 undef, label %bb15, label %bb13
 
26
 
 
27
bb15:           ; preds = %bb13, %bb6.preheader
 
28
        %r1.0.0.lcssa = phi float [ 0.000000e+00, %bb6.preheader ], [ %1, %bb13 ]               ; <float> [#uses=1]
 
29
        %r1.1.0.lcssa = phi float [ undef, %bb6.preheader ], [ %0, %bb13 ]              ; <float> [#uses=0]
 
30
        store float %r1.0.0.lcssa, float* undef, align 4
 
31
        ret void
 
32
}
 
33
 
 
34
declare void @llvm.memcpy.i32(i8* nocapture, i8* nocapture, i32, i32) nounwind