~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2005-05-08-FPStackifierPHI.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 -mcpu=generic
 
2
; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
 
3
 
 
4
define void @radfg_() {
 
5
entry:
 
6
        br i1 false, label %no_exit.16.preheader, label %loopentry.0
 
7
loopentry.0:            ; preds = %entry
 
8
        ret void
 
9
no_exit.16.preheader:           ; preds = %entry
 
10
        br label %no_exit.16
 
11
no_exit.16:             ; preds = %no_exit.16, %no_exit.16.preheader
 
12
        br i1 false, label %loopexit.16.loopexit, label %no_exit.16
 
13
loopexit.16.loopexit:           ; preds = %no_exit.16
 
14
        br label %no_exit.18
 
15
no_exit.18:             ; preds = %loopexit.20, %loopexit.16.loopexit
 
16
        %tmp.882 = fadd float 0.000000e+00, 0.000000e+00         ; <float> [#uses=2]
 
17
        br i1 false, label %loopexit.19, label %no_exit.19.preheader
 
18
no_exit.19.preheader:           ; preds = %no_exit.18
 
19
        ret void
 
20
loopexit.19:            ; preds = %no_exit.18
 
21
        br i1 false, label %loopexit.20, label %no_exit.20
 
22
no_exit.20:             ; preds = %loopexit.21, %loopexit.19
 
23
        %ai2.1122.tmp.3 = phi float [ %tmp.958, %loopexit.21 ], [ %tmp.882, %loopexit.19 ]              ; <float> [#uses=1]
 
24
        %tmp.950 = fmul float %tmp.882, %ai2.1122.tmp.3          ; <float> [#uses=1]
 
25
        %tmp.951 = fsub float 0.000000e+00, %tmp.950             ; <float> [#uses=1]
 
26
        %tmp.958 = fadd float 0.000000e+00, 0.000000e+00         ; <float> [#uses=1]
 
27
        br i1 false, label %loopexit.21, label %no_exit.21.preheader
 
28
no_exit.21.preheader:           ; preds = %no_exit.20
 
29
        ret void
 
30
loopexit.21:            ; preds = %no_exit.20
 
31
        br i1 false, label %loopexit.20, label %no_exit.20
 
32
loopexit.20:            ; preds = %loopexit.21, %loopexit.19
 
33
        %ar2.1124.tmp.2 = phi float [ 0.000000e+00, %loopexit.19 ], [ %tmp.951, %loopexit.21 ]          ; <float> [#uses=0]
 
34
        br i1 false, label %loopexit.18.loopexit, label %no_exit.18
 
35
loopexit.18.loopexit:           ; preds = %loopexit.20
 
36
        ret void
 
37
}
 
38