~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/CodeGen/ARM/2010-04-14-SplitVector.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 -mtriple=arm-eabi -mcpu=arm1136jf-s %s -o /dev/null
 
2
; Radar 7854640
 
3
 
 
4
define void @test() nounwind {
 
5
bb:
 
6
  br i1 undef, label %bb9, label %bb10
 
7
 
 
8
bb9:
 
9
  %tmp63 = bitcast <4 x float> zeroinitializer to i128
 
10
  %tmp64 = trunc i128 %tmp63 to i32
 
11
  br label %bb10
 
12
 
 
13
bb10:
 
14
  %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
 
15
  ret void
 
16
}