[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lsx / intrinsic-bsrl-non-imm.ll
blob0bc038c869ced502530018f7190e664507f28f8f
1 ; RUN: not llc --mtriple=loongarch64 --mattr=+lsx < %s 2>&1 | FileCheck %s
3 declare <16 x i8> @llvm.loongarch.lsx.vbsrl.v(<16 x i8>, i32)
5 define <16 x i8> @lsx_vbsrl_v(<16 x i8> %va, i32 %b) nounwind {
6 ; CHECK: immarg operand has non-immediate parameter
7 entry:
8   %res = call <16 x i8> @llvm.loongarch.lsx.vbsrl.v(<16 x i8> %va, i32 %b)
9   ret <16 x i8> %res