Home | History | Annotate | Download | only in PowerPC
      1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin
      2 
      3 define i32 @t(i64 %byteStart, i32 %activeIndex) nounwind  {
      4 entry:
      5 	%tmp50 = load i32* null, align 4		; <i32> [#uses=1]
      6 	%tmp5051 = zext i32 %tmp50 to i64		; <i64> [#uses=3]
      7 	%tmp53 = udiv i64 %byteStart, %tmp5051		; <i64> [#uses=1]
      8 	%tmp5354 = trunc i64 %tmp53 to i32		; <i32> [#uses=1]
      9 	%tmp62 = urem i64 %byteStart, %tmp5051		; <i64> [#uses=1]
     10 	%tmp94 = add i32 0, 1		; <i32> [#uses=1]
     11 	%tmp100 = urem i32 %tmp94, 0		; <i32> [#uses=2]
     12 	%tmp108 = add i32 0, %activeIndex		; <i32> [#uses=1]
     13 	%tmp110 = sub i32 %tmp108, 0		; <i32> [#uses=1]
     14 	%tmp112 = urem i32 %tmp110, 0		; <i32> [#uses=2]
     15 	%tmp122 = icmp ult i32 %tmp112, %tmp100		; <i1> [#uses=1]
     16 	%iftmp.175.0 = select i1 %tmp122, i32 %tmp112, i32 %tmp100		; <i32> [#uses=1]
     17 	%tmp119 = add i32 %tmp5354, 0		; <i32> [#uses=1]
     18 	%tmp131 = add i32 %tmp119, %iftmp.175.0		; <i32> [#uses=1]
     19 	%tmp131132 = zext i32 %tmp131 to i64		; <i64> [#uses=1]
     20 	%tmp147 = mul i64 %tmp131132, %tmp5051		; <i64> [#uses=1]
     21 	br i1 false, label %bb164, label %bb190
     22 bb164:		; preds = %entry
     23 	%tmp171172 = and i64 %tmp62, 4294967295		; <i64> [#uses=1]
     24 	%tmp173 = add i64 %tmp171172, %tmp147		; <i64> [#uses=0]
     25 	ret i32 0
     26 bb190:		; preds = %entry
     27 	ret i32 0
     28 }
     29