~ubuntu-branches/ubuntu/maverick/clamav/maverick-backports

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/pre-split4.ll

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran, Stephen Gran, Michael Tautschnig
  • Date: 2010-04-26 21:41:18 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100426214118-i6lo606wnh7ywfj6
Tags: 0.96+dfsg-4
[ Stephen Gran ]
* Fixed typo in clamav-milter's postinst

[ Michael Tautschnig ]
* Fixed typo in clamav-freshclam's postinst (closes: #579271)
* Debconf translation updates
  - Portuguese (closes: #579068)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \
 
2
; RUN:   grep {pre-alloc-split} | grep {Number of intervals split} | grep 2
 
3
 
 
4
define i32 @main(i32 %argc, i8** %argv) nounwind {
 
5
entry:
 
6
        br label %bb
 
7
 
 
8
bb:             ; preds = %bb, %entry
 
9
        %k.0.reg2mem.0 = phi double [ 1.000000e+00, %entry ], [ %6, %bb ]               ; <double> [#uses=2]
 
10
        %Flint.0.reg2mem.0 = phi double [ 0.000000e+00, %entry ], [ %5, %bb ]           ; <double> [#uses=1]
 
11
        %twoThrd.0.reg2mem.0 = phi double [ 0.000000e+00, %entry ], [ %1, %bb ]         ; <double> [#uses=1]
 
12
        %0 = tail call double @llvm.pow.f64(double 0x3FE5555555555555, double 0.000000e+00)             ; <double> [#uses=1]
 
13
        %1 = fadd double %0, %twoThrd.0.reg2mem.0               ; <double> [#uses=1]
 
14
        %2 = tail call double @sin(double %k.0.reg2mem.0) nounwind readonly             ; <double> [#uses=1]
 
15
        %3 = fmul double 0.000000e+00, %2               ; <double> [#uses=1]
 
16
        %4 = fdiv double 1.000000e+00, %3               ; <double> [#uses=1]
 
17
        store double %Flint.0.reg2mem.0, double* null
 
18
        store double %twoThrd.0.reg2mem.0, double* null
 
19
        %5 = fadd double %4, %Flint.0.reg2mem.0         ; <double> [#uses=1]
 
20
        %6 = fadd double %k.0.reg2mem.0, 1.000000e+00           ; <double> [#uses=1]
 
21
        br label %bb
 
22
}
 
23
 
 
24
declare double @llvm.pow.f64(double, double) nounwind readonly
 
25
 
 
26
declare double @sin(double) nounwind readonly