Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lsx / intrinsic-bsrl.ll
blobfe0565297641bc3f859aec10ee0f3cb8d8f50a22
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lsx < %s | FileCheck %s
4 declare <16 x i8> @llvm.loongarch.lsx.vbsrl.v(<16 x i8>, i32)
6 define <16 x i8> @lsx_vbsrl_v(<16 x i8> %va) nounwind {
7 ; CHECK-LABEL: lsx_vbsrl_v:
8 ; CHECK:       # %bb.0: # %entry
9 ; CHECK-NEXT:    vbsrl.v $vr0, $vr0, 31
10 ; CHECK-NEXT:    ret
11 entry:
12   %res = call <16 x i8> @llvm.loongarch.lsx.vbsrl.v(<16 x i8> %va, i32 31)
13   ret <16 x i8> %res