; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -passes=instcombine -S | FileCheck %s define i32 @ashr_lshr_exact_ashr_only(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_exact_ashr_only( ; CHECK-NEXT: [[CMP12:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP12]] ; %cmp = icmp sgt i32 %x, -1 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_no_exact(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_no_exact( ; CHECK-NEXT: [[CMP12:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP12]] ; %cmp = icmp sgt i32 %x, -1 %l = lshr i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_exact_both(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_exact_both( ; CHECK-NEXT: [[CMP12:%.*]] = ashr exact i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP12]] ; %cmp = icmp sgt i32 %x, -1 %l = lshr exact i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_exact_lshr_only(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_exact_lshr_only( ; CHECK-NEXT: [[CMP12:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP12]] ; %cmp = icmp sgt i32 %x, -1 %l = lshr exact i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr2(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr2( ; CHECK-NEXT: [[CMP1:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP1]] ; %cmp = icmp sgt i32 %x, 5 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i128 @ashr_lshr2_i128(i128 %x, i128 %y) { ; CHECK-LABEL: @ashr_lshr2_i128( ; CHECK-NEXT: [[CMP1:%.*]] = ashr i128 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i128 [[CMP1]] ; %cmp = icmp sgt i128 %x, 5 %l = lshr i128 %x, %y %r = ashr exact i128 %x, %y %ret = select i1 %cmp, i128 %l, i128 %r ret i128 %ret } define <2 x i32> @ashr_lshr_splat_vec(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_splat_vec( ; CHECK-NEXT: [[CMP12:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP12]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_splat_vec2(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_splat_vec2( ; CHECK-NEXT: [[CMP12:%.*]] = ashr exact <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP12]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr exact <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_splat_vec3(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_splat_vec3( ; CHECK-NEXT: [[CMP12:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP12]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr exact <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_splat_vec4(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_splat_vec4( ; CHECK-NEXT: [[CMP12:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP12]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_nonsplat_vec(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_nonsplat_vec( ; CHECK-NEXT: [[CMP1:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_nonsplat_vec2(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_nonsplat_vec2( ; CHECK-NEXT: [[CMP1:%.*]] = ashr exact <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr exact <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_nonsplat_vec3(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_nonsplat_vec3( ; CHECK-NEXT: [[CMP1:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr exact <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_nonsplat_vec4(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_nonsplat_vec4( ; CHECK-NEXT: [[CMP1:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define i32 @ashr_lshr_cst(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_cst( ; CHECK-NEXT: [[CMP1:%.*]] = ashr i32 [[X:%.*]], 8 ; CHECK-NEXT: ret i32 [[CMP1]] ; %cmp = icmp slt i32 %x, 1 %l = lshr i32 %x, 8 %r = ashr exact i32 %x, 8 %ret = select i1 %cmp, i32 %r, i32 %l ret i32 %ret } define i32 @ashr_lshr_cst2(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_cst2( ; CHECK-NEXT: [[CMP12:%.*]] = ashr i32 [[X:%.*]], 8 ; CHECK-NEXT: ret i32 [[CMP12]] ; %cmp = icmp sgt i32 %x, -1 %l = lshr i32 %x, 8 %r = ashr exact i32 %x, 8 %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_inv(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_inv( ; CHECK-NEXT: [[CMP1:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP1]] ; %cmp = icmp slt i32 %x, 1 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %r, i32 %l ret i32 %ret } define i32 @ashr_lshr_inv2(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_inv2( ; CHECK-NEXT: [[CMP1:%.*]] = ashr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret i32 [[CMP1]] ; %cmp = icmp slt i32 %x, 7 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %r, i32 %l ret i32 %ret } define <2 x i32> @ashr_lshr_inv_splat_vec(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_inv_splat_vec( ; CHECK-NEXT: [[CMP1:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp slt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %r, <2 x i32> %l ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_inv_nonsplat_vec(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_inv_nonsplat_vec( ; CHECK-NEXT: [[CMP1:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp slt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %r, <2 x i32> %l ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_vec_poison(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_vec_poison( ; CHECK-NEXT: [[CMP12:%.*]] = ashr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP12]] ; %cmp = icmp sgt <2 x i32> %x, %l = lshr <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_vec_poison2(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_vec_poison2( ; CHECK-NEXT: [[CMP1:%.*]] = ashr exact <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i32> [[CMP1]] ; %cmp = icmp slt <2 x i32> %x, %l = lshr exact <2 x i32> %x, %y %r = ashr exact <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %r, <2 x i32> %l ret <2 x i32> %ret } ; Negative tests define i32 @ashr_lshr_wrong_cst(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_wrong_cst( ; CHECK-NEXT: [[CMP:%.*]] = icmp sgt i32 [[X:%.*]], -2 ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr exact i32 [[X]], [[Y]] ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP]], i32 [[L]], i32 [[R]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sgt i32 %x, -2 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_wrong_cst2(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_wrong_cst2( ; CHECK-NEXT: [[CMP:%.*]] = icmp slt i32 [[X:%.*]], -1 ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr exact i32 [[X]], [[Y]] ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp slt i32 %x, -1 %l = lshr i32 %x, %y %r = ashr exact i32 %x, %y %ret = select i1 %cmp, i32 %r, i32 %l ret i32 %ret } define i32 @ashr_lshr_wrong_cond(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_wrong_cond( ; CHECK-NEXT: [[CMP:%.*]] = icmp sgt i32 [[X:%.*]], -2 ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Y]] ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP]], i32 [[L]], i32 [[R]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, -1 %l = lshr i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_shift_wrong_pred(i32 %x, i32 %y, i32 %z) { ; CHECK-LABEL: @ashr_lshr_shift_wrong_pred( ; CHECK-NEXT: [[CMP:%.*]] = icmp slt i32 [[X:%.*]], 1 ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Y]] ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP]], i32 [[L]], i32 [[R]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sle i32 %x, 0 %l = lshr i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_shift_wrong_pred2(i32 %x, i32 %y, i32 %z) { ; CHECK-LABEL: @ashr_lshr_shift_wrong_pred2( ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[Z:%.*]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %z, 0 %l = lshr i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_wrong_operands(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_wrong_operands( ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[X]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[L]], i32 [[R]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, 0 %l = lshr i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %r, i32 %l ret i32 %ret } define i32 @ashr_lshr_no_ashr(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_no_ashr( ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = xor i32 [[X]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[X]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, 0 %l = lshr i32 %x, %y %r = xor i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_shift_amt_mismatch(i32 %x, i32 %y, i32 %z) { ; CHECK-LABEL: @ashr_lshr_shift_amt_mismatch( ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Z:%.*]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[X]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, 0 %l = lshr i32 %x, %y %r = ashr i32 %x, %z %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_shift_base_mismatch(i32 %x, i32 %y, i32 %z) { ; CHECK-LABEL: @ashr_lshr_shift_base_mismatch( ; CHECK-NEXT: [[L:%.*]] = lshr i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[Z:%.*]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[X]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, 0 %l = lshr i32 %x, %y %r = ashr i32 %z, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define i32 @ashr_lshr_no_lshr(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_lshr_no_lshr( ; CHECK-NEXT: [[L:%.*]] = add i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr i32 [[X]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[X]], 0 ; CHECK-NEXT: [[RET:%.*]] = select i1 [[CMP1]], i32 [[R]], i32 [[L]] ; CHECK-NEXT: ret i32 [[RET]] ; %cmp = icmp sge i32 %x, 0 %l = add i32 %x, %y %r = ashr i32 %x, %y %ret = select i1 %cmp, i32 %l, i32 %r ret i32 %ret } define <2 x i32> @ashr_lshr_vec_wrong_pred(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_vec_wrong_pred( ; CHECK-NEXT: [[CMP:%.*]] = icmp slt <2 x i32> [[X:%.*]], splat (i32 1) ; CHECK-NEXT: [[L:%.*]] = lshr <2 x i32> [[X]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr <2 x i32> [[X]], [[Y]] ; CHECK-NEXT: [[RET:%.*]] = select <2 x i1> [[CMP]], <2 x i32> [[L]], <2 x i32> [[R]] ; CHECK-NEXT: ret <2 x i32> [[RET]] ; %cmp = icmp sle <2 x i32> %x, zeroinitializer %l = lshr <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %l, <2 x i32> %r ret <2 x i32> %ret } define <2 x i32> @ashr_lshr_inv_vec_wrong_pred(<2 x i32> %x, <2 x i32> %y) { ; CHECK-LABEL: @ashr_lshr_inv_vec_wrong_pred( ; CHECK-NEXT: [[L:%.*]] = lshr <2 x i32> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[R:%.*]] = ashr <2 x i32> [[X]], [[Y]] ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt <2 x i32> [[X]], zeroinitializer ; CHECK-NEXT: [[RET:%.*]] = select <2 x i1> [[CMP1]], <2 x i32> [[L]], <2 x i32> [[R]] ; CHECK-NEXT: ret <2 x i32> [[RET]] ; %cmp = icmp sge <2 x i32> %x, zeroinitializer %l = lshr <2 x i32> %x, %y %r = ashr <2 x i32> %x, %y %ret = select <2 x i1> %cmp, <2 x i32> %r, <2 x i32> %l ret <2 x i32> %ret } define i32 @lshr_sub_nsw(i32 %x, i32 %y) { ; CHECK-LABEL: @lshr_sub_nsw( ; CHECK-NEXT: [[TMP1:%.*]] = icmp slt i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = zext i1 [[TMP1]] to i32 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub nsw i32 %x, %y %shr = lshr i32 %sub, 31 ret i32 %shr } ; negative test - must shift sign-bit define i32 @lshr_sub_wrong_amount(i32 %x, i32 %y) { ; CHECK-LABEL: @lshr_sub_wrong_amount( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[SUB]], 30 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub nsw i32 %x, %y %shr = lshr i32 %sub, 30 ret i32 %shr } ; negative test - must have nsw define i32 @lshr_sub(i32 %x, i32 %y) { ; CHECK-LABEL: @lshr_sub( ; CHECK-NEXT: [[SUB:%.*]] = sub i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[SUB]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub i32 %x, %y %shr = lshr i32 %sub, 31 ret i32 %shr } ; negative test - one-use define i32 @lshr_sub_nsw_extra_use(i32 %x, i32 %y, ptr %p) { ; CHECK-LABEL: @lshr_sub_nsw_extra_use( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: store i32 [[SUB]], ptr [[P:%.*]], align 4 ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[SUB]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub nsw i32 %x, %y store i32 %sub, ptr %p %shr = lshr i32 %sub, 31 ret i32 %shr } define <3 x i42> @lshr_sub_nsw_splat(<3 x i42> %x, <3 x i42> %y) { ; CHECK-LABEL: @lshr_sub_nsw_splat( ; CHECK-NEXT: [[TMP1:%.*]] = icmp slt <3 x i42> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = zext <3 x i1> [[TMP1]] to <3 x i42> ; CHECK-NEXT: ret <3 x i42> [[SHR]] ; %sub = sub nsw <3 x i42> %x, %y %shr = lshr <3 x i42> %sub, ret <3 x i42> %shr } define <3 x i42> @lshr_sub_nsw_splat_poison(<3 x i42> %x, <3 x i42> %y) { ; CHECK-LABEL: @lshr_sub_nsw_splat_poison( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw <3 x i42> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = lshr <3 x i42> [[SUB]], ; CHECK-NEXT: ret <3 x i42> [[SHR]] ; %sub = sub nsw <3 x i42> %x, %y %shr = lshr <3 x i42> %sub, ret <3 x i42> %shr } define i17 @ashr_sub_nsw(i17 %x, i17 %y) { ; CHECK-LABEL: @ashr_sub_nsw( ; CHECK-NEXT: [[TMP1:%.*]] = icmp slt i17 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = sext i1 [[TMP1]] to i17 ; CHECK-NEXT: ret i17 [[SHR]] ; %sub = sub nsw i17 %x, %y %shr = ashr i17 %sub, 16 ret i17 %shr } ; negative test - must shift sign-bit define i17 @ashr_sub_wrong_amount(i17 %x, i17 %y) { ; CHECK-LABEL: @ashr_sub_wrong_amount( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i17 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = ashr i17 [[SUB]], 15 ; CHECK-NEXT: ret i17 [[SHR]] ; %sub = sub nsw i17 %x, %y %shr = ashr i17 %sub, 15 ret i17 %shr } ; negative test - must have nsw define i32 @ashr_sub(i32 %x, i32 %y) { ; CHECK-LABEL: @ashr_sub( ; CHECK-NEXT: [[SUB:%.*]] = sub i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[SUB]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub i32 %x, %y %shr = ashr i32 %sub, 31 ret i32 %shr } ; negative test - one-use define i32 @ashr_sub_nsw_extra_use(i32 %x, i32 %y, ptr %p) { ; CHECK-LABEL: @ashr_sub_nsw_extra_use( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i32 [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: store i32 [[SUB]], ptr [[P:%.*]], align 4 ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[SUB]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; %sub = sub nsw i32 %x, %y store i32 %sub, ptr %p %shr = ashr i32 %sub, 31 ret i32 %shr } define <3 x i43> @ashr_sub_nsw_splat(<3 x i43> %x, <3 x i43> %y) { ; CHECK-LABEL: @ashr_sub_nsw_splat( ; CHECK-NEXT: [[TMP1:%.*]] = icmp slt <3 x i43> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = sext <3 x i1> [[TMP1]] to <3 x i43> ; CHECK-NEXT: ret <3 x i43> [[SHR]] ; %sub = sub nsw <3 x i43> %x, %y %shr = ashr <3 x i43> %sub, ret <3 x i43> %shr } define <3 x i43> @ashr_sub_nsw_splat_poison(<3 x i43> %x, <3 x i43> %y) { ; CHECK-LABEL: @ashr_sub_nsw_splat_poison( ; CHECK-NEXT: [[SUB:%.*]] = sub nsw <3 x i43> [[X:%.*]], [[Y:%.*]] ; CHECK-NEXT: [[SHR:%.*]] = ashr <3 x i43> [[SUB]], ; CHECK-NEXT: ret <3 x i43> [[SHR]] ; %sub = sub nsw <3 x i43> %x, %y %shr = ashr <3 x i43> %sub, ret <3 x i43> %shr } define i8 @ashr_known_pos_exact(i8 %x, i8 %y) { ; CHECK-LABEL: @ashr_known_pos_exact( ; CHECK-NEXT: [[P:%.*]] = and i8 [[X:%.*]], 127 ; CHECK-NEXT: [[R:%.*]] = lshr exact i8 [[P]], [[Y:%.*]] ; CHECK-NEXT: ret i8 [[R]] ; %p = and i8 %x, 127 %r = ashr exact i8 %p, %y ret i8 %r } define <2 x i8> @ashr_known_pos_exact_vec(<2 x i8> %x, <2 x i8> %y) { ; CHECK-LABEL: @ashr_known_pos_exact_vec( ; CHECK-NEXT: [[P:%.*]] = mul nsw <2 x i8> [[X:%.*]], [[X]] ; CHECK-NEXT: [[R:%.*]] = lshr exact <2 x i8> [[P]], [[Y:%.*]] ; CHECK-NEXT: ret <2 x i8> [[R]] ; %p = mul nsw <2 x i8> %x, %x %r = ashr exact <2 x i8> %p, %y ret <2 x i8> %r } define i32 @lshr_mul_times_3_div_2(i32 %0) { ; CHECK-LABEL: @lshr_mul_times_3_div_2( ; CHECK-NEXT: [[TMP2:%.*]] = lshr i32 [[TMP0:%.*]], 1 ; CHECK-NEXT: [[LSHR:%.*]] = add nuw nsw i32 [[TMP0]], [[TMP2]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nsw nuw i32 %0, 3 %lshr = lshr i32 %mul, 1 ret i32 %lshr } define i32 @lshr_mul_times_3_div_2_exact(i32 %x) { ; CHECK-LABEL: @lshr_mul_times_3_div_2_exact( ; CHECK-NEXT: [[TMP1:%.*]] = lshr exact i32 [[X:%.*]], 1 ; CHECK-NEXT: [[LSHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nsw i32 %x, 3 %lshr = lshr exact i32 %mul, 1 ret i32 %lshr } ; Negative test define i32 @lshr_mul_times_3_div_2_no_flags(i32 %0) { ; CHECK-LABEL: @lshr_mul_times_3_div_2_no_flags( ; CHECK-NEXT: [[MUL:%.*]] = mul i32 [[TMP0:%.*]], 3 ; CHECK-NEXT: [[LSHR:%.*]] = lshr i32 [[MUL]], 1 ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul i32 %0, 3 %lshr = lshr i32 %mul, 1 ret i32 %lshr } ; Negative test define i32 @mul_times_3_div_2_multiuse_lshr(i32 %x) { ; CHECK-LABEL: @mul_times_3_div_2_multiuse_lshr( ; CHECK-NEXT: [[MUL:%.*]] = mul nuw i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = lshr i32 [[MUL]], 1 ; CHECK-NEXT: call void @use(i32 [[MUL]]) ; CHECK-NEXT: ret i32 [[RES]] ; %mul = mul nuw i32 %x, 3 %res = lshr i32 %mul, 1 call void @use(i32 %mul) ret i32 %res } define i32 @lshr_mul_times_3_div_2_exact_2(i32 %x) { ; CHECK-LABEL: @lshr_mul_times_3_div_2_exact_2( ; CHECK-NEXT: [[TMP1:%.*]] = lshr exact i32 [[X:%.*]], 1 ; CHECK-NEXT: [[LSHR:%.*]] = add nuw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nuw i32 %x, 3 %lshr = lshr exact i32 %mul, 1 ret i32 %lshr } define i32 @lshr_mul_times_5_div_4(i32 %0) { ; CHECK-LABEL: @lshr_mul_times_5_div_4( ; CHECK-NEXT: [[TMP2:%.*]] = lshr i32 [[TMP0:%.*]], 2 ; CHECK-NEXT: [[LSHR:%.*]] = add nuw nsw i32 [[TMP0]], [[TMP2]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nsw nuw i32 %0, 5 %lshr = lshr i32 %mul, 2 ret i32 %lshr } define i32 @lshr_mul_times_5_div_4_exact(i32 %x) { ; CHECK-LABEL: @lshr_mul_times_5_div_4_exact( ; CHECK-NEXT: [[TMP1:%.*]] = lshr exact i32 [[X:%.*]], 2 ; CHECK-NEXT: [[LSHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nsw i32 %x, 5 %lshr = lshr exact i32 %mul, 2 ret i32 %lshr } ; Negative test define i32 @lshr_mul_times_5_div_4_no_flags(i32 %0) { ; CHECK-LABEL: @lshr_mul_times_5_div_4_no_flags( ; CHECK-NEXT: [[MUL:%.*]] = mul i32 [[TMP0:%.*]], 5 ; CHECK-NEXT: [[LSHR:%.*]] = lshr i32 [[MUL]], 2 ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul i32 %0, 5 %lshr = lshr i32 %mul, 2 ret i32 %lshr } ; Negative test define i32 @mul_times_5_div_4_multiuse_lshr(i32 %x) { ; CHECK-LABEL: @mul_times_5_div_4_multiuse_lshr( ; CHECK-NEXT: [[MUL:%.*]] = mul nuw i32 [[X:%.*]], 5 ; CHECK-NEXT: [[RES:%.*]] = lshr i32 [[MUL]], 2 ; CHECK-NEXT: call void @use(i32 [[MUL]]) ; CHECK-NEXT: ret i32 [[RES]] ; %mul = mul nuw i32 %x, 5 %res = lshr i32 %mul, 2 call void @use(i32 %mul) ret i32 %res } define i32 @lshr_mul_times_5_div_4_exact_2(i32 %x) { ; CHECK-LABEL: @lshr_mul_times_5_div_4_exact_2( ; CHECK-NEXT: [[TMP1:%.*]] = lshr exact i32 [[X:%.*]], 2 ; CHECK-NEXT: [[LSHR:%.*]] = add nuw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[LSHR]] ; %mul = mul nuw i32 %x, 5 %lshr = lshr exact i32 %mul, 2 ret i32 %lshr } define i32 @ashr_mul_times_3_div_2(i32 %0) { ; CHECK-LABEL: @ashr_mul_times_3_div_2( ; CHECK-NEXT: [[TMP2:%.*]] = lshr i32 [[TMP0:%.*]], 1 ; CHECK-NEXT: [[ASHR:%.*]] = add nuw nsw i32 [[TMP0]], [[TMP2]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nuw nsw i32 %0, 3 %ashr = ashr i32 %mul, 1 ret i32 %ashr } define i32 @ashr_mul_times_3_div_2_exact(i32 %x) { ; CHECK-LABEL: @ashr_mul_times_3_div_2_exact( ; CHECK-NEXT: [[TMP1:%.*]] = ashr exact i32 [[X:%.*]], 1 ; CHECK-NEXT: [[ASHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nsw i32 %x, 3 %ashr = ashr exact i32 %mul, 1 ret i32 %ashr } ; Negative test define i32 @ashr_mul_times_3_div_2_no_flags(i32 %0) { ; CHECK-LABEL: @ashr_mul_times_3_div_2_no_flags( ; CHECK-NEXT: [[MUL:%.*]] = mul i32 [[TMP0:%.*]], 3 ; CHECK-NEXT: [[ASHR:%.*]] = ashr i32 [[MUL]], 1 ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul i32 %0, 3 %ashr = ashr i32 %mul, 1 ret i32 %ashr } ; Negative test define i32 @ashr_mul_times_3_div_2_no_nsw(i32 %0) { ; CHECK-LABEL: @ashr_mul_times_3_div_2_no_nsw( ; CHECK-NEXT: [[MUL:%.*]] = mul nuw i32 [[TMP0:%.*]], 3 ; CHECK-NEXT: [[ASHR:%.*]] = ashr i32 [[MUL]], 1 ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nuw i32 %0, 3 %ashr = ashr i32 %mul, 1 ret i32 %ashr } ; Negative test define i32 @mul_times_3_div_2_multiuse_ashr(i32 %x) { ; CHECK-LABEL: @mul_times_3_div_2_multiuse_ashr( ; CHECK-NEXT: [[MUL:%.*]] = mul nsw i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = ashr i32 [[MUL]], 1 ; CHECK-NEXT: call void @use(i32 [[MUL]]) ; CHECK-NEXT: ret i32 [[RES]] ; %mul = mul nsw i32 %x, 3 %res = ashr i32 %mul, 1 call void @use(i32 %mul) ret i32 %res } define i32 @ashr_mul_times_3_div_2_exact_2(i32 %x) { ; CHECK-LABEL: @ashr_mul_times_3_div_2_exact_2( ; CHECK-NEXT: [[TMP1:%.*]] = ashr exact i32 [[X:%.*]], 1 ; CHECK-NEXT: [[ASHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nsw i32 %x, 3 %ashr = ashr exact i32 %mul, 1 ret i32 %ashr } define i32 @ashr_mul_times_5_div_4(i32 %0) { ; CHECK-LABEL: @ashr_mul_times_5_div_4( ; CHECK-NEXT: [[TMP2:%.*]] = lshr i32 [[TMP0:%.*]], 2 ; CHECK-NEXT: [[ASHR:%.*]] = add nuw nsw i32 [[TMP0]], [[TMP2]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nuw nsw i32 %0, 5 %ashr = ashr i32 %mul, 2 ret i32 %ashr } define i32 @ashr_mul_times_5_div_4_exact(i32 %x) { ; CHECK-LABEL: @ashr_mul_times_5_div_4_exact( ; CHECK-NEXT: [[TMP1:%.*]] = ashr exact i32 [[X:%.*]], 2 ; CHECK-NEXT: [[ASHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nsw i32 %x, 5 %ashr = ashr exact i32 %mul, 2 ret i32 %ashr } ; Negative test define i32 @ashr_mul_times_5_div_4_no_flags(i32 %0) { ; CHECK-LABEL: @ashr_mul_times_5_div_4_no_flags( ; CHECK-NEXT: [[MUL:%.*]] = mul i32 [[TMP0:%.*]], 5 ; CHECK-NEXT: [[ASHR:%.*]] = ashr i32 [[MUL]], 2 ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul i32 %0, 5 %ashr = ashr i32 %mul, 2 ret i32 %ashr } ; Negative test define i32 @mul_times_5_div_4_multiuse_ashr(i32 %x) { ; CHECK-LABEL: @mul_times_5_div_4_multiuse_ashr( ; CHECK-NEXT: [[MUL:%.*]] = mul nsw i32 [[X:%.*]], 5 ; CHECK-NEXT: [[RES:%.*]] = ashr i32 [[MUL]], 2 ; CHECK-NEXT: call void @use(i32 [[MUL]]) ; CHECK-NEXT: ret i32 [[RES]] ; %mul = mul nsw i32 %x, 5 %res = ashr i32 %mul, 2 call void @use(i32 %mul) ret i32 %res } define i32 @ashr_mul_times_5_div_4_exact_2(i32 %x) { ; CHECK-LABEL: @ashr_mul_times_5_div_4_exact_2( ; CHECK-NEXT: [[TMP1:%.*]] = ashr exact i32 [[X:%.*]], 2 ; CHECK-NEXT: [[ASHR:%.*]] = add nsw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[ASHR]] ; %mul = mul nsw i32 %x, 5 %ashr = ashr exact i32 %mul, 2 ret i32 %ashr } define i32 @lsb_mask_sign_zext(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[TMP0:%.*]] = icmp eq i32 [[X:%.*]], 0 ; CHECK-NEXT: [[SHR:%.*]] = zext i1 [[TMP0]] to i32 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = lshr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_zext_commuted(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext_commuted( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[TMP0:%.*]] = icmp eq i32 [[X:%.*]], 0 ; CHECK-NEXT: [[SHR:%.*]] = zext i1 [[TMP0]] to i32 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %not, %sub %shr = lshr i32 %and, 31 ret i32 %shr } ; Negative tests define i32 @lsb_mask_sign_zext_wrong_cst1(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext_wrong_cst1( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -2 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -2 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = lshr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_zext_wrong_cst2(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext_wrong_cst2( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[X]] ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, 2 %and = and i32 %sub, %not %shr = lshr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_zext_wrong_cst3(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext_wrong_cst3( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[AND]], 30 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = lshr i32 %and, 30 ret i32 %shr } define i32 @lsb_mask_sign_zext_multiuse(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_zext_multiuse( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: call void @use(i32 [[AND]]) ; CHECK-NEXT: [[SHR:%.*]] = lshr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not call void @use(i32 %and) %shr = lshr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_sext(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[TMP0:%.*]] = icmp eq i32 [[X:%.*]], 0 ; CHECK-NEXT: [[SHR:%.*]] = sext i1 [[TMP0]] to i32 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = ashr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_sext_commuted(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext_commuted( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[TMP0:%.*]] = icmp eq i32 [[X:%.*]], 0 ; CHECK-NEXT: [[SHR:%.*]] = sext i1 [[TMP0]] to i32 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %not, %sub %shr = ashr i32 %and, 31 ret i32 %shr } ; Negative tests define i32 @lsb_mask_sign_sext_wrong_cst1(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext_wrong_cst1( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -2 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -2 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = ashr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_sext_wrong_cst2(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext_wrong_cst2( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[X]] ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, 2 %and = and i32 %sub, %not %shr = ashr i32 %and, 31 ret i32 %shr } define i32 @lsb_mask_sign_sext_wrong_cst3(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext_wrong_cst3( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[AND]], 30 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not %shr = ashr i32 %and, 30 ret i32 %shr } define i32 @lsb_mask_sign_sext_multiuse(i32 %x) { ; CHECK-LABEL: @lsb_mask_sign_sext_multiuse( ; CHECK-NEXT: entry: ; CHECK-NEXT: [[SUB:%.*]] = add i32 [[X:%.*]], -1 ; CHECK-NEXT: [[NOT:%.*]] = xor i32 [[X]], -1 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[SUB]], [[NOT]] ; CHECK-NEXT: call void @use(i32 [[AND]]) ; CHECK-NEXT: [[SHR:%.*]] = ashr i32 [[AND]], 31 ; CHECK-NEXT: ret i32 [[SHR]] ; entry: %sub = add i32 %x, -1 %not = xor i32 %x, -1 %and = and i32 %sub, %not call void @use(i32 %and) %shr = ashr i32 %and, 31 ret i32 %shr } define i32 @ashr_shift_mul(i32 %x) { ; CHECK-LABEL: @ashr_shift_mul( ; CHECK-NEXT: [[A:%.*]] = ashr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr exact i32 %x, 3 %res = mul i32 %a, 9 ret i32 %res } define i32 @ashr_shift_mul_nuw(i32 %x) { ; CHECK-LABEL: @ashr_shift_mul_nuw( ; CHECK-NEXT: [[TMP1:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add nuw i32 [[X]], [[TMP1]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr exact i32 %x, 3 %res = mul nuw i32 %a, 9 ret i32 %res } define i32 @ashr_shift_mul_nsw(i32 %x) { ; CHECK-LABEL: @ashr_shift_mul_nsw( ; CHECK-NEXT: [[A:%.*]] = ashr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add nsw i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr exact i32 %x, 3 %res = mul nsw i32 %a, 9 ret i32 %res } define i32 @lshr_shift_mul_nuw(i32 %x) { ; CHECK-LABEL: @lshr_shift_mul_nuw( ; CHECK-NEXT: [[A:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add nuw i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr exact i32 %x, 3 %res = mul nuw i32 %a, 9 ret i32 %res } define i32 @lshr_shift_mul(i32 %x) { ; CHECK-LABEL: @lshr_shift_mul( ; CHECK-NEXT: [[A:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr exact i32 %x, 3 %res = mul i32 %a, 9 ret i32 %res } define i32 @lshr_shift_mul_nsw(i32 %x) { ; CHECK-LABEL: @lshr_shift_mul_nsw( ; CHECK-NEXT: [[A:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = add nsw i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr exact i32 %x, 3 %res = mul nsw i32 %a, 9 ret i32 %res } ; Negative test define i32 @lshr_no_exact(i32 %x) { ; CHECK-LABEL: @lshr_no_exact( ; CHECK-NEXT: [[A:%.*]] = lshr i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = mul nuw nsw i32 [[A]], 9 ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr i32 %x, 3 %res = mul nsw i32 %a, 9 ret i32 %res } ; Negative test define i32 @ashr_no_exact(i32 %x) { ; CHECK-LABEL: @ashr_no_exact( ; CHECK-NEXT: [[A:%.*]] = ashr i32 [[X:%.*]], 3 ; CHECK-NEXT: [[RES:%.*]] = mul nsw i32 [[A]], 9 ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr i32 %x, 3 %res = mul nsw i32 %a, 9 ret i32 %res } define i32 @lshr_multiuse(i32 %x) { ; CHECK-LABEL: @lshr_multiuse( ; CHECK-NEXT: [[A:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: call void @use(i32 [[A]]) ; CHECK-NEXT: [[RES:%.*]] = add nsw i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr exact i32 %x, 3 call void @use(i32 %a) %res = mul nsw i32 %a, 9 ret i32 %res } define i32 @lshr_multiuse_no_flags(i32 %x) { ; CHECK-LABEL: @lshr_multiuse_no_flags( ; CHECK-NEXT: [[A:%.*]] = lshr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: call void @use(i32 [[A]]) ; CHECK-NEXT: [[RES:%.*]] = add i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = lshr exact i32 %x, 3 call void @use(i32 %a) %res = mul i32 %a, 9 ret i32 %res } define i32 @ashr_multiuse_no_flags(i32 %x) { ; CHECK-LABEL: @ashr_multiuse_no_flags( ; CHECK-NEXT: [[A:%.*]] = ashr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: call void @use(i32 [[A]]) ; CHECK-NEXT: [[RES:%.*]] = add i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr exact i32 %x, 3 call void @use(i32 %a) %res = mul i32 %a, 9 ret i32 %res } define i32 @ashr_multiuse(i32 %x) { ; CHECK-LABEL: @ashr_multiuse( ; CHECK-NEXT: [[A:%.*]] = ashr exact i32 [[X:%.*]], 3 ; CHECK-NEXT: call void @use(i32 [[A]]) ; CHECK-NEXT: [[RES:%.*]] = add nsw i32 [[X]], [[A]] ; CHECK-NEXT: ret i32 [[RES]] ; %a = ashr exact i32 %x, 3 call void @use(i32 %a) %res = mul nsw i32 %a, 9 ret i32 %res } declare void @use(i32)