Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lsx / intrinsic-stelm-invalid-imm.ll
blob277abcbd34ccbe2cfc0d8f90a5da24997059079a
1 ; RUN: not llc --mtriple=loongarch64 --mattr=+lsx < %s 2>&1 | FileCheck %s
3 declare void @llvm.loongarch.lsx.vstelm.b(<16 x i8>, i8*, i32, i32)
5 define void @lsx_vstelm_b_lo(<16 x i8> %va, i8* %p) nounwind {
6 ; CHECK: llvm.loongarch.lsx.vstelm.b: argument out of range
7 entry:
8   call void @llvm.loongarch.lsx.vstelm.b(<16 x i8> %va, i8* %p, i32 -129, i32 15)
9   ret void
12 define void @lsx_vstelm_b_hi(<16 x i8> %va, i8* %p) nounwind {
13 ; CHECK: llvm.loongarch.lsx.vstelm.b: argument out of range
14 entry:
15   call void @llvm.loongarch.lsx.vstelm.b(<16 x i8> %va, i8* %p, i32 128, i32 15)
16   ret void
19 define void @lsx_vstelm_b_idx_lo(<16 x i8> %va, i8* %p) nounwind {
20 ; CHECK: llvm.loongarch.lsx.vstelm.b: argument out of range
21 entry:
22   call void @llvm.loongarch.lsx.vstelm.b(<16 x i8> %va, i8* %p, i32 1, i32 -1)
23   ret void
26 define void @lsx_vstelm_b_idx_hi(<16 x i8> %va, i8* %p) nounwind {
27 ; CHECK: llvm.loongarch.lsx.vstelm.b: argument out of range
28 entry:
29   call void @llvm.loongarch.lsx.vstelm.b(<16 x i8> %va, i8* %p, i32 1, i32 16)
30   ret void
33 declare void @llvm.loongarch.lsx.vstelm.h(<8 x i16>, i8*, i32, i32)
35 define void @lsx_vstelm_h_lo(<8 x i16> %va, i8* %p) nounwind {
36 ; CHECK: llvm.loongarch.lsx.vstelm.h: argument out of range or not a multiple of 2.
37 entry:
38   call void @llvm.loongarch.lsx.vstelm.h(<8 x i16> %va, i8* %p, i32 -258, i32 7)
39   ret void
42 define void @lsx_vstelm_h_hi(<8 x i16> %va, i8* %p) nounwind {
43 ; CHECK: llvm.loongarch.lsx.vstelm.h: argument out of range or not a multiple of 2.
44 entry:
45   call void @llvm.loongarch.lsx.vstelm.h(<8 x i16> %va, i8* %p, i32 256, i32 7)
46   ret void
49 define void @lsx_vstelm_h_idx_lo(<8 x i16> %va, i8* %p) nounwind {
50 ; CHECK: llvm.loongarch.lsx.vstelm.h: argument out of range or not a multiple of 2.
51 entry:
52   call void @llvm.loongarch.lsx.vstelm.h(<8 x i16> %va, i8* %p, i32 2, i32 -1)
53   ret void
56 define void @lsx_vstelm_h_idx_hi(<8 x i16> %va, i8* %p) nounwind {
57 ; CHECK: llvm.loongarch.lsx.vstelm.h: argument out of range or not a multiple of 2.
58 entry:
59   call void @llvm.loongarch.lsx.vstelm.h(<8 x i16> %va, i8* %p, i32 2, i32 8)
60   ret void
63 declare void @llvm.loongarch.lsx.vstelm.w(<4 x i32>, i8*, i32, i32)
65 define void @lsx_vstelm_w_lo(<4 x i32> %va, i8* %p) nounwind {
66 ; CHECK: llvm.loongarch.lsx.vstelm.w: argument out of range or not a multiple of 4.
67 entry:
68   call void @llvm.loongarch.lsx.vstelm.w(<4 x i32> %va, i8* %p, i32 -516, i32 3)
69   ret void
72 define void @lsx_vstelm_w_hi(<4 x i32> %va, i8* %p) nounwind {
73 ; CHECK: llvm.loongarch.lsx.vstelm.w: argument out of range or not a multiple of 4.
74 entry:
75   call void @llvm.loongarch.lsx.vstelm.w(<4 x i32> %va, i8* %p, i32 512, i32 3)
76   ret void
79 define void @lsx_vstelm_w_idx_lo(<4 x i32> %va, i8* %p) nounwind {
80 ; CHECK: llvm.loongarch.lsx.vstelm.w: argument out of range or not a multiple of 4.
81 entry:
82   call void @llvm.loongarch.lsx.vstelm.w(<4 x i32> %va, i8* %p, i32 4, i32 -1)
83   ret void
86 define void @lsx_vstelm_w_idx_hi(<4 x i32> %va, i8* %p) nounwind {
87 ; CHECK: llvm.loongarch.lsx.vstelm.w: argument out of range or not a multiple of 4.
88 entry:
89   call void @llvm.loongarch.lsx.vstelm.w(<4 x i32> %va, i8* %p, i32 4, i32 4)
90   ret void
93 declare void @llvm.loongarch.lsx.vstelm.d(<2 x i64>, i8*, i32, i32)
95 define void @lsx_vstelm_d_lo(<2 x i64> %va, i8* %p) nounwind {
96 ; CHECK: llvm.loongarch.lsx.vstelm.d: argument out of range or not a multiple of 8.
97 entry:
98   call void @llvm.loongarch.lsx.vstelm.d(<2 x i64> %va, i8* %p, i32 -1032, i32 1)
99   ret void
102 define void @lsx_vstelm_d_hi(<2 x i64> %va, i8* %p) nounwind {
103 ; CHECK: llvm.loongarch.lsx.vstelm.d: argument out of range or not a multiple of 8.
104 entry:
105   call void @llvm.loongarch.lsx.vstelm.d(<2 x i64> %va, i8* %p, i32 1024, i32 1)
106   ret void
109 define void @lsx_vstelm_d_idx_lo(<2 x i64> %va, i8* %p) nounwind {
110 ; CHECK: llvm.loongarch.lsx.vstelm.d: argument out of range or not a multiple of 8.
111 entry:
112   call void @llvm.loongarch.lsx.vstelm.d(<2 x i64> %va, i8* %p, i32 8, i32 -1)
113   ret void
116 define void @lsx_vstelm_d_idx_hi(<2 x i64> %va, i8* %p) nounwind {
117 ; CHECK: llvm.loongarch.lsx.vstelm.d: argument out of range or not a multiple of 8.
118 entry:
119   call void @llvm.loongarch.lsx.vstelm.d(<2 x i64> %va, i8* %p, i32 8, i32 2)
120   ret void