Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 |
| 2 | target endian = big |
| 3 | target pointersize = 64 |
| 4 | target triple = "powerpc64-apple-darwin8" |
| 5 | |
| 6 | implementation ; Functions: |
| 7 | |
| 8 | void %glArrayElement_CompExec() { |
| 9 | entry: |
| 10 | %tmp3 = and ulong 0, 18446744073701163007 ; <ulong> [#uses=1] |
| 11 | br label %cond_true24 |
| 12 | |
| 13 | cond_false: ; preds = %cond_true24 |
| 14 | ret void |
| 15 | |
| 16 | cond_true24: ; preds = %cond_true24, %entry |
| 17 | %indvar.ph = phi uint [ 0, %entry ], [ %indvar.next, %cond_true24 ] ; <uint> [#uses=1] |
| 18 | %indvar = add uint 0, %indvar.ph ; <uint> [#uses=2] |
| 19 | %code.0 = cast uint %indvar to ubyte ; <ubyte> [#uses=1] |
| 20 | %tmp5 = add ubyte %code.0, 16 ; <ubyte> [#uses=1] |
| 21 | %tmp7 = shr ulong %tmp3, ubyte %tmp5 ; <ulong> [#uses=1] |
| 22 | %tmp7 = cast ulong %tmp7 to int ; <int> [#uses=1] |
| 23 | %tmp8 = and int %tmp7, 1 ; <int> [#uses=1] |
| 24 | %tmp8 = seteq int %tmp8, 0 ; <bool> [#uses=1] |
| 25 | %indvar.next = add uint %indvar, 1 ; <uint> [#uses=1] |
| 26 | br bool %tmp8, label %cond_false, label %cond_true24 |
| 27 | } |