[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / 2011-03-10-DAGCombineCrash.ll
blobb33b333b299d09c52cdc38999afd4d6bcca6da08
1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -relocation-model=pic -frame-pointer=all -mcpu=cortex-a8
3 ; rdar://9117613
5 %struct.mo = type { i32, %struct.mo_pops* }
6 %struct.mo_pops = type { void (%struct.mo*)*, void (%struct.mo*)*, i32 (%struct.mo*, i32*, i32)*, i32 (%struct.mo*)*, i32 (%struct.mo*, i64, i32, i32, i32*, i64, i32)*, i32 (%struct.mo*, i64, i32, i64*, i32*, i32, i32, i32)*, i32 (%struct.mo*, i64, i32)*, i32 (%struct.mo*, i64, i64, i32)*, i32 (%struct.mo*, i64, i64, i32)*, i32 (%struct.mo*, i32)*, i32 (%struct.mo*)*, i32 (%struct.mo*, i32)*, i8* }
7 %struct.ui = type { %struct.mo*, i32*, i32, i32*, i32*, i64, i32*, i32*, i32* }
10 define internal fastcc i32 @t(i32* %vp, i32 %withfsize, i64 %filesize) nounwind {
11 entry:
12   br i1 undef, label %bb1, label %bb
14 bb:                                               ; preds = %entry
15   unreachable
17 bb1:                                              ; preds = %entry
18   %0 = call %struct.ui* @vn_pp_to_ui(i32* undef) nounwind
19   call void @llvm.memset.p0i8.i32(i8* align 4 undef, i8 0, i32 40, i1 false)
20   %1 = getelementptr inbounds %struct.ui, %struct.ui* %0, i32 0, i32 0
21   store %struct.mo* undef, %struct.mo** %1, align 4
22   %2 = getelementptr inbounds %struct.ui, %struct.ui* %0, i32 0, i32 5
23   %3 = load i64, i64* %2, align 4
24   %4 = call i32 @mo_create_nnm(%struct.mo* undef, i64 %3, i32** undef) nounwind
25   br i1 undef, label %bb3, label %bb2
27 bb2:                                              ; preds = %bb1
28   unreachable
30 bb3:                                              ; preds = %bb1
31   br i1 undef, label %bb4, label %bb6
33 bb4:                                              ; preds = %bb3
34   %5 = call i32 @vn_size(i32* %vp, i64* %2, i32* undef) nounwind
35   unreachable
37 bb6:                                              ; preds = %bb3
38   ret i32 0
41 declare %struct.ui* @vn_pp_to_ui(i32*)
43 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i1) nounwind
45 declare i32 @mo_create_nnm(%struct.mo*, i64, i32**)
47 declare i32 @vn_size(i32*, i64*, i32*)