Dale Johannesen | 6a779c8 | 2008-03-18 17:28:38 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=ppc32 |
| 2 | %struct.stp_sequence = type { double, double } |
| 3 | |
| 4 | define i32 @stp_sequence_set_short_data(%struct.stp_sequence* %sequence, i32 %count, i16* %data) { |
| 5 | entry: |
| 6 | %tmp1112 = sitofp i16 0 to ppc_fp128 ; <ppc_fp128> [#uses=1] |
| 7 | %tmp13 = call i32 (...)* @__inline_isfinite( ppc_fp128 %tmp1112 ) nounwind ; <i32> [#uses=0] |
| 8 | ret i32 0 |
| 9 | } |
| 10 | |
| 11 | define i32 @stp_sequence_set_short_data2(%struct.stp_sequence* %sequence, i32 %count, i16* %data) { |
| 12 | entry: |
| 13 | %tmp1112 = sitofp i8 0 to ppc_fp128 ; <ppc_fp128> [#uses=1] |
| 14 | %tmp13 = call i32 (...)* @__inline_isfinite( ppc_fp128 %tmp1112 ) nounwind ; <i32> [#uses=0] |
| 15 | ret i32 0 |
| 16 | } |
| 17 | |
| 18 | define i32 @stp_sequence_set_short_data3(%struct.stp_sequence* %sequence, i32 %count, i16* %data) { |
| 19 | entry: |
| 20 | %tmp1112 = uitofp i16 0 to ppc_fp128 ; <ppc_fp128> [#uses=1] |
| 21 | %tmp13 = call i32 (...)* @__inline_isfinite( ppc_fp128 %tmp1112 ) nounwind ; <i32> [#uses=0] |
| 22 | ret i32 0 |
| 23 | } |
| 24 | |
| 25 | define i32 @stp_sequence_set_short_data4(%struct.stp_sequence* %sequence, i32 %count, i16* %data) { |
| 26 | entry: |
| 27 | %tmp1112 = uitofp i8 0 to ppc_fp128 ; <ppc_fp128> [#uses=1] |
| 28 | %tmp13 = call i32 (...)* @__inline_isfinite( ppc_fp128 %tmp1112 ) nounwind ; <i32> [#uses=0] |
| 29 | ret i32 0 |
| 30 | } |
| 31 | |
| 32 | declare i32 @__inline_isfinite(...) |