~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/CodeGen/X86/pr11998.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -mcpu=corei7-avx -march=x86-64 -mattr=+avx
 
2
 
 
3
define void @autogen_51367_5000(i8) {
 
4
BB:
 
5
  %B = srem i8 55, %0
 
6
  %B9 = shl i8 %B, %B
 
7
  br label %CF
 
8
 
 
9
CF:                                               ; preds = %CF, %BB
 
10
  br i1 undef, label %CF, label %CF403
 
11
 
 
12
CF403:                                            ; preds = %CF403, %CF
 
13
  %S44 = icmp eq i8 %B9, %0
 
14
  br i1 %S44, label %CF403, label %CF405
 
15
 
 
16
CF405:                                            ; preds = %CF405, %CF403
 
17
  br label %CF405
 
18
}