Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc64 -mattr=+altivec |
Bill Wendling | 90bfc2d | 2007-10-18 08:32:37 +0000 | [diff] [blame] | 2 | %struct.inoutprops = type <{ i8, [3 x i8] }> |
| 3 | |
| 4 | define void @bork(float* %argA, float* %argB, float* %res, i8 %inoutspec.0) { |
| 5 | entry: |
| 6 | %.mask = and i8 %inoutspec.0, -16 ; <i8> [#uses=1] |
| 7 | %tmp6 = icmp eq i8 %.mask, 16 ; <i1> [#uses=1] |
| 8 | br i1 %tmp6, label %cond_true, label %UnifiedReturnBlock |
| 9 | |
| 10 | cond_true: ; preds = %entry |
| 11 | %tmp89 = bitcast float* %res to <4 x i32>* ; <<4 x i32>*> [#uses=1] |
| 12 | %tmp1011 = bitcast float* %argA to <4 x i32>* ; <<4 x i32>*> [#uses=1] |
| 13 | %tmp14 = load <4 x i32>* %tmp1011, align 16 ; <<4 x i32>> [#uses=1] |
| 14 | %tmp1516 = bitcast float* %argB to <4 x i32>* ; <<4 x i32>*> [#uses=1] |
| 15 | %tmp18 = load <4 x i32>* %tmp1516, align 16 ; <<4 x i32>> [#uses=1] |
| 16 | %tmp19 = sdiv <4 x i32> %tmp14, %tmp18 ; <<4 x i32>> [#uses=1] |
| 17 | store <4 x i32> %tmp19, <4 x i32>* %tmp89, align 16 |
| 18 | ret void |
| 19 | |
| 20 | UnifiedReturnBlock: ; preds = %entry |
| 21 | ret void |
| 22 | } |