Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lasx / intrinsic-bitseli.ll
blob79dd55cbfef9881df9753d557c73fb93e9f647a0
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
4 declare <32 x i8> @llvm.loongarch.lasx.xvbitseli.b(<32 x i8>, <32 x i8>, i32)
6 define <32 x i8> @lasx_xvbitseli_b(<32 x i8> %va, <32 x i8> %vb) nounwind {
7 ; CHECK-LABEL: lasx_xvbitseli_b:
8 ; CHECK:       # %bb.0: # %entry
9 ; CHECK-NEXT:    xvbitseli.b $xr0, $xr1, 1
10 ; CHECK-NEXT:    ret
11 entry:
12   %res = call <32 x i8> @llvm.loongarch.lasx.xvbitseli.b(<32 x i8> %va, <32 x i8> %vb, i32 1)
13   ret <32 x i8> %res