Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / RISCV / fold-binop-into-select-return-constant.ll
blob000da23b37043a0228108a6c3766abca3ce930da
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2 ; RUN: llc -mtriple=riscv64 -mattr=+m < %s  | FileCheck  %s
4 define i64 @fold_binop_into_select_return_constant(i1 %c) {
5 ; CHECK-LABEL: fold_binop_into_select_return_constant:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    li a0, 0
8 ; CHECK-NEXT:    ret
9 entry:
10   %select1 = select i1 %c, i32 4, i32 8
11   %select2 = sext i32 %select1 to i64
12   %div1 = sdiv i64 %select2, -5141143369814759789
13   ret i64 %div1