~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/ARM/2009-11-13-ScavengerAssert.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 -mtriple=armv7-eabi -mcpu=cortex-a8 < %s
 
2
; PR5411
 
3
 
 
4
%bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 }
 
5
%baz = type { %bar*, i32 }
 
6
%foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz }
 
7
%quad = type { [4 x float] }
 
8
%quux = type { %quad, %quad }
 
9
%quuz = type { [4 x %quux*], [4 x float], i32 }
 
10
 
 
11
define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroext %forced) {
 
12
entry:
 
13
  br i1 undef, label %bb85, label %bb
 
14
 
 
15
bb:                                               ; preds = %entry
 
16
  %0 = getelementptr inbounds %bar* null, i32 0, i32 0, i32 0, i32 2 ; <float*> [#uses=2]
 
17
  %1 = load float* undef, align 4                 ; <float> [#uses=1]
 
18
  %2 = fsub float 0.000000e+00, undef             ; <float> [#uses=2]
 
19
  %3 = fmul float 0.000000e+00, undef             ; <float> [#uses=1]
 
20
  %4 = load float* %0, align 4                    ; <float> [#uses=3]
 
21
  %5 = fmul float %4, %2                          ; <float> [#uses=1]
 
22
  %6 = fsub float %3, %5                          ; <float> [#uses=1]
 
23
  %7 = fmul float %4, undef                       ; <float> [#uses=1]
 
24
  %8 = fsub float %7, undef                       ; <float> [#uses=1]
 
25
  %9 = fmul float undef, %2                       ; <float> [#uses=1]
 
26
  %10 = fmul float 0.000000e+00, undef            ; <float> [#uses=1]
 
27
  %11 = fsub float %9, %10                        ; <float> [#uses=1]
 
28
  %12 = fmul float undef, %6                      ; <float> [#uses=1]
 
29
  %13 = fmul float 0.000000e+00, %8               ; <float> [#uses=1]
 
30
  %14 = fadd float %12, %13                       ; <float> [#uses=1]
 
31
  %15 = fmul float %1, %11                        ; <float> [#uses=1]
 
32
  %16 = fadd float %14, %15                       ; <float> [#uses=1]
 
33
  %17 = select i1 undef, float undef, float %16   ; <float> [#uses=1]
 
34
  %18 = fdiv float %17, 0.000000e+00              ; <float> [#uses=1]
 
35
  store float %18, float* undef, align 4
 
36
  %19 = fmul float %4, undef                      ; <float> [#uses=1]
 
37
  store float %19, float* %0, align 4
 
38
  ret %bar* null
 
39
 
 
40
bb85:                                             ; preds = %entry
 
41
  ret %bar* null
 
42
}