6a76079e253ef88b59cf02e11bbfa43d4f4fc1df
[oota-llvm.git] / test / CodeGen / Generic / 2006-11-20-DAGCombineCrash.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc
2 ; PR1011
3
4         %struct.mng_data = type { sbyte* (%struct.mng_data*, uint)*, int, int, int, sbyte, sbyte, int, int, int, int, int }
5
6 implementation   ; Functions:
7
8 void %mng_display_bgr565() {
9 entry:
10         br bool false, label %bb.preheader, label %return
11
12 bb.preheader:           ; preds = %entry
13         br bool false, label %cond_true48, label %cond_next80
14
15 cond_true48:            ; preds = %bb.preheader
16         %tmp = load ubyte* null         ; <ubyte> [#uses=1]
17         %tmp51 = cast ubyte %tmp to ushort              ; <ushort> [#uses=1]
18         %tmp99 = load sbyte* null               ; <sbyte> [#uses=1]
19         %tmp54 = cast sbyte %tmp99 to ubyte             ; <ubyte> [#uses=1]
20         %tmp54 = cast ubyte %tmp54 to int               ; <int> [#uses=1]
21         %tmp55 = lshr int %tmp54, ubyte 3               ; <int> [#uses=1]
22         %tmp55 = cast int %tmp55 to ushort              ; <ushort> [#uses=1]
23         %tmp52 = shl ushort %tmp51, ubyte 5             ; <ushort> [#uses=1]
24         %tmp56 = and ushort %tmp55, 28          ; <ushort> [#uses=1]
25         %tmp57 = or ushort %tmp56, %tmp52               ; <ushort> [#uses=1]
26         %tmp60 = cast ushort %tmp57 to uint             ; <uint> [#uses=1]
27         %tmp62 = xor uint 0, 65535              ; <uint> [#uses=1]
28         %tmp63 = mul uint %tmp60, %tmp62                ; <uint> [#uses=1]
29         %tmp65 = add uint 0, %tmp63             ; <uint> [#uses=1]
30         %tmp69 = add uint 0, %tmp65             ; <uint> [#uses=1]
31         %tmp70 = lshr uint %tmp69, ubyte 16             ; <uint> [#uses=1]
32         %tmp70 = cast uint %tmp70 to ushort             ; <ushort> [#uses=1]
33         %tmp75 = lshr ushort %tmp70, ubyte 8            ; <ushort> [#uses=1]
34         %tmp75 = cast ushort %tmp75 to ubyte            ; <ubyte> [#uses=1]
35         %tmp76 = lshr ubyte %tmp75, ubyte 5             ; <ubyte> [#uses=1]
36         store ubyte %tmp76, ubyte* null
37         ret void
38
39 cond_next80:            ; preds = %bb.preheader
40         ret void
41
42 return:         ; preds = %entry
43         ret void
44 }