Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lsx / intrinsic-sllwil-invalid-imm.ll
blobbda3523a0b5c045ffc93c316465a7b1c94ea9868
1 ; RUN: not llc --mtriple=loongarch64 --mattr=+lsx < %s 2>&1 | FileCheck %s
3 declare <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8>, i32)
5 define <8 x i16> @lsx_vsllwil_h_b_lo(<16 x i8> %va) nounwind {
6 ; CHECK: llvm.loongarch.lsx.vsllwil.h.b: argument out of range
7 entry:
8   %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8> %va, i32 -1)
9   ret <8 x i16> %res
12 define <8 x i16> @lsx_vsllwil_h_b_hi(<16 x i8> %va) nounwind {
13 ; CHECK: llvm.loongarch.lsx.vsllwil.h.b: argument out of range
14 entry:
15   %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8> %va, i32 8)
16   ret <8 x i16> %res
19 declare <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16>, i32)
21 define <4 x i32> @lsx_vsllwil_w_h_lo(<8 x i16> %va) nounwind {
22 ; CHECK: llvm.loongarch.lsx.vsllwil.w.h: argument out of range
23 entry:
24   %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16> %va, i32 -1)
25   ret <4 x i32> %res
28 define <4 x i32> @lsx_vsllwil_w_h_hi(<8 x i16> %va) nounwind {
29 ; CHECK: llvm.loongarch.lsx.vsllwil.w.h: argument out of range
30 entry:
31   %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16> %va, i32 16)
32   ret <4 x i32> %res
35 declare <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32>, i32)
37 define <2 x i64> @lsx_vsllwil_d_w_lo(<4 x i32> %va) nounwind {
38 ; CHECK: llvm.loongarch.lsx.vsllwil.d.w: argument out of range
39 entry:
40   %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32> %va, i32 -1)
41   ret <2 x i64> %res
44 define <2 x i64> @lsx_vsllwil_d_w_hi(<4 x i32> %va) nounwind {
45 ; CHECK: llvm.loongarch.lsx.vsllwil.d.w: argument out of range
46 entry:
47   %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32> %va, i32 32)
48   ret <2 x i64> %res
51 declare <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8>, i32)
53 define <8 x i16> @lsx_vsllwil_hu_bu_lo(<16 x i8> %va) nounwind {
54 ; CHECK: llvm.loongarch.lsx.vsllwil.hu.bu: argument out of range
55 entry:
56   %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8> %va, i32 -1)
57   ret <8 x i16> %res
60 define <8 x i16> @lsx_vsllwil_hu_bu_hi(<16 x i8> %va) nounwind {
61 ; CHECK: llvm.loongarch.lsx.vsllwil.hu.bu: argument out of range
62 entry:
63   %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8> %va, i32 8)
64   ret <8 x i16> %res
67 declare <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16>, i32)
69 define <4 x i32> @lsx_vsllwil_wu_hu_lo(<8 x i16> %va) nounwind {
70 ; CHECK: llvm.loongarch.lsx.vsllwil.wu.hu: argument out of range
71 entry:
72   %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16> %va, i32 -1)
73   ret <4 x i32> %res
76 define <4 x i32> @lsx_vsllwil_wu_hu_hi(<8 x i16> %va) nounwind {
77 ; CHECK: llvm.loongarch.lsx.vsllwil.wu.hu: argument out of range
78 entry:
79   %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16> %va, i32 16)
80   ret <4 x i32> %res
83 declare <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32>, i32)
85 define <2 x i64> @lsx_vsllwil_du_wu_lo(<4 x i32> %va) nounwind {
86 ; CHECK: llvm.loongarch.lsx.vsllwil.du.wu: argument out of range
87 entry:
88   %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32> %va, i32 -1)
89   ret <2 x i64> %res
92 define <2 x i64> @lsx_vsllwil_du_wu_hi(<4 x i32> %va) nounwind {
93 ; CHECK: llvm.loongarch.lsx.vsllwil.du.wu: argument out of range
94 entry:
95   %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32> %va, i32 32)
96   ret <2 x i64> %res