Displaying 1 result from an estimated 1 matches for "shr815".
Did you mean:
  r815
  
2012 Aug 24
2
[LLVMdev] Stop opt from producing 832 bit integer?
...ntry:*
*  %0 = load i8* %c, align 1*
*  %conv = zext i8 %0 to i32*
*  %shr13 = lshr i32 %conv, 2*
*  %1 = zext i32 %shr13 to i832*
*  %2 = shl nuw nsw i832 %1, 304*
*  %shr314 = lshr i32 %conv, 1*
*  %and4 = and i32 %shr314, 7*
*  %3 = zext i32 %shr314 to i832*
*  %4 = shl nuw nsw i832 %3, 352*
*  %shr815 = lshr i32 %conv, 3*
*  %5 = zext i32 %shr815 to i832*
*  %6 = shl nuw nsw i832 %5, 384*
*  %and13 = shl nuw nsw i32 %conv, 2*
*  %7 = zext i32 %and13 to i832*
*  %8 = shl nuw nsw i832 %7, 448*
*  %ins9 = or i832 %6, %8*
*  %ins6 = or i832 %ins9, %4*
*  %ins3 = or i832 %ins6, %2*
*  %mask = and i83...