~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2007-09-18-ShuffleXformBug.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 -mattr=+sse2 | grep -- -86
 
2
 
 
3
define i16 @f(<4 x float>* %tmp116117.i1061.i) nounwind {
 
4
entry:
 
5
        alloca [4 x <4 x float>]                ; <[4 x <4 x float>]*>:0 [#uses=167]
 
6
        alloca [4 x <4 x float>]                ; <[4 x <4 x float>]*>:1 [#uses=170]
 
7
        alloca [4 x <4 x i32>]          ; <[4 x <4 x i32>]*>:2 [#uses=12]
 
8
        %.sub6235.i = getelementptr [4 x <4 x float>]* %0, i32 0, i32 0         ; <<4 x float>*> [#uses=76]
 
9
        %.sub.i = getelementptr [4 x <4 x float>]* %1, i32 0, i32 0             ; <<4 x float>*> [#uses=59]
 
10
 
 
11
        %tmp124.i1062.i = getelementptr <4 x float>* %tmp116117.i1061.i, i32 63         ; <<4 x float>*> [#uses=1]
 
12
        %tmp125.i1063.i = load <4 x float>* %tmp124.i1062.i             ; <<4 x float>> [#uses=5]
 
13
        %tmp828.i1077.i = shufflevector <4 x float> %tmp125.i1063.i, <4 x float> undef, <4 x i32> < i32 1, i32 1, i32 1, i32 1 >                ; <<4 x float>> [#uses=4]
 
14
        %tmp704.i1085.i = load <4 x float>* %.sub6235.i         ; <<4 x float>> [#uses=1]
 
15
        %tmp712.i1086.i = call <4 x float> @llvm.x86.sse.max.ps( <4 x float> %tmp704.i1085.i, <4 x float> %tmp828.i1077.i )             ; <<4 x float>> [#uses=1]
 
16
        store <4 x float> %tmp712.i1086.i, <4 x float>* %.sub.i
 
17
 
 
18
        %tmp2587.i1145.gep.i = getelementptr [4 x <4 x float>]* %1, i32 0, i32 0, i32 2         ; <float*> [#uses=1]
 
19
        %tmp5334.i = load float* %tmp2587.i1145.gep.i           ; <float> [#uses=5]
 
20
        %tmp2723.i1170.i = insertelement <4 x float> undef, float %tmp5334.i, i32 2             ; <<4 x float>> [#uses=5]
 
21
        store <4 x float> %tmp2723.i1170.i, <4 x float>* %.sub6235.i
 
22
 
 
23
        %tmp1406.i1367.i = shufflevector <4 x float> %tmp2723.i1170.i, <4 x float> undef, <4 x i32> < i32 2, i32 2, i32 2, i32 2 >              ; <<4 x float>> [#uses=1]
 
24
        %tmp84.i1413.i = load <4 x float>* %.sub6235.i          ; <<4 x float>> [#uses=1]
 
25
        %tmp89.i1415.i = fmul <4 x float> %tmp84.i1413.i, %tmp1406.i1367.i              ; <<4 x float>> [#uses=1]
 
26
        store <4 x float> %tmp89.i1415.i, <4 x float>* %.sub.i
 
27
        ret i16 0
 
28
}
 
29
 
 
30
declare <4 x float> @llvm.x86.sse.max.ps(<4 x float>, <4 x float>)