~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.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 | not grep movb
 
2
 
 
3
define i16 @f(i32* %bp, i32* %ss) signext  {
 
4
entry:
 
5
        br label %cond_next127
 
6
 
 
7
cond_next127:           ; preds = %cond_next391, %entry
 
8
        %v.1 = phi i32 [ undef, %entry ], [ %tmp411, %cond_next391 ]            ; <i32> [#uses=1]
 
9
        %tmp149 = mul i32 0, %v.1               ; <i32> [#uses=0]
 
10
        %tmp254 = and i32 0, 15         ; <i32> [#uses=1]
 
11
        %tmp256 = and i32 0, 15         ; <i32> [#uses=2]
 
12
        br i1 false, label %cond_true267, label %cond_next391
 
13
 
 
14
cond_true267:           ; preds = %cond_next127
 
15
        ret i16 0
 
16
 
 
17
cond_next391:           ; preds = %cond_next127
 
18
        %tmp393 = load i32* %ss, align 4                ; <i32> [#uses=1]
 
19
        %tmp395 = load i32* %bp, align 4                ; <i32> [#uses=2]
 
20
        %tmp396 = shl i32 %tmp393, %tmp395              ; <i32> [#uses=2]
 
21
        %tmp398 = sub i32 32, %tmp256           ; <i32> [#uses=2]
 
22
        %tmp399 = lshr i32 %tmp396, %tmp398             ; <i32> [#uses=1]
 
23
        %tmp405 = lshr i32 %tmp396, 31          ; <i32> [#uses=1]
 
24
        %tmp406 = add i32 %tmp405, -1           ; <i32> [#uses=1]
 
25
        %tmp409 = lshr i32 %tmp406, %tmp398             ; <i32> [#uses=1]
 
26
        %tmp411 = sub i32 %tmp399, %tmp409              ; <i32> [#uses=1]
 
27
        %tmp422445 = add i32 %tmp254, 0         ; <i32> [#uses=1]
 
28
        %tmp426447 = add i32 %tmp395, %tmp256           ; <i32> [#uses=1]
 
29
        store i32 %tmp426447, i32* %bp, align 4
 
30
        %tmp429448 = icmp ult i32 %tmp422445, 63                ; <i1> [#uses=1]
 
31
        br i1 %tmp429448, label %cond_next127, label %UnifiedReturnBlock
 
32
 
 
33
UnifiedReturnBlock:             ; preds = %cond_next391
 
34
        ret i16 0
 
35
}