[clang] Fix crashes when passing VLA to va_arg (#119563)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / llvm.amdgcn.raw.buffer.load.format.ll
blob29efdddac39b28144117b93d84f2b5fb8b628141
1 ;RUN: llc < %s -mtriple=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck %s
2 ;RUN: llc < %s -mtriple=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s
4 ;CHECK-LABEL: {{^}}buffer_load:
5 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0
6 ;CHECK: buffer_load_format_xyzw v[4:7], off, s[0:3], 0 glc
7 ;CHECK: buffer_load_format_xyzw v[8:11], off, s[0:3], 0 slc
8 ;CHECK: s_waitcnt
9 define amdgpu_ps {<4 x float>, <4 x float>, <4 x float>} @buffer_load(<4 x i32> inreg) {
10 main_body:
11   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 0)
12   %data_glc = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 1)
13   %data_slc = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 2)
14   %r0 = insertvalue {<4 x float>, <4 x float>, <4 x float>} undef, <4 x float> %data, 0
15   %r1 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r0, <4 x float> %data_glc, 1
16   %r2 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r1, <4 x float> %data_slc, 2
17   ret {<4 x float>, <4 x float>, <4 x float>} %r2
20 ;CHECK-LABEL: {{^}}buffer_load_v4i32:
21 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0
22 ;CHECK: buffer_load_format_xyzw v[4:7], off, s[0:3], 0 glc
23 ;CHECK: buffer_load_format_xyzw v[8:11], off, s[0:3], 0 slc
24 ;CHECK: s_waitcnt
25 define amdgpu_ps {<4 x float>, <4 x float>, <4 x float>} @buffer_load_v4i32(<4 x i32> inreg) {
26 main_body:
27   %data = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 0, i32 0, i32 0)
28   %data_glc = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 0, i32 0, i32 1)
29   %data_slc = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 0, i32 0, i32 2)
30   %fdata = bitcast <4 x i32> %data to <4 x float>
31   %fdata_glc = bitcast <4 x i32> %data_glc to <4 x float>
32   %fdata_slc = bitcast <4 x i32> %data_slc to <4 x float>
33   %r0 = insertvalue {<4 x float>, <4 x float>, <4 x float>} undef, <4 x float> %fdata, 0
34   %r1 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r0, <4 x float> %fdata_glc, 1
35   %r2 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r1, <4 x float> %fdata_slc, 2
36   ret {<4 x float>, <4 x float>, <4 x float>} %r2
39 ;CHECK-LABEL: {{^}}buffer_load_immoffs:
40 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0 offset:42
41 ;CHECK: s_waitcnt
42 define amdgpu_ps <4 x float> @buffer_load_immoffs(<4 x i32> inreg) {
43 main_body:
44   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 42, i32 0, i32 0)
45   ret <4 x float> %data
48 ;CHECK-LABEL: {{^}}buffer_load_immoffs_v4i32:
49 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0 offset:42
50 ;CHECK: s_waitcnt
51 define amdgpu_ps <4 x float> @buffer_load_immoffs_v4i32(<4 x i32> inreg) {
52 main_body:
53   %data = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 42, i32 0, i32 0)
54   %fdata = bitcast <4 x i32> %data to <4 x float>
55   ret <4 x float> %fdata
58 ;CHECK-LABEL: {{^}}buffer_load_immoffs_large:
59 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], 60 offset:4092
60 ;CHECK-DAG: s_movk_i32 [[OFS1:s[0-9]+]], 0x7ffc
61 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS1]] offset:4092
62 ;CHECK-DAG: s_mov_b32 [[OFS2:s[0-9]+]], 0x8ffc
63 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS2]] offset:4
64 ;CHECK: s_waitcnt
65 define amdgpu_ps <4 x float> @buffer_load_immoffs_large(<4 x i32> inreg) {
66 main_body:
67   %d.0 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4092, i32 60, i32 0)
68   %d.1 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4092, i32 32764, i32 0)
69   %d.2 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4, i32 36860, i32 0)
70   %d.3 = fadd <4 x float> %d.0, %d.1
71   %data = fadd <4 x float> %d.2, %d.3
72   ret <4 x float> %data
75 ;CHECK-LABEL: {{^}}buffer_load_immoffs_large_v4i32:
76 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], 60 offset:4092
77 ;CHECK-DAG: s_movk_i32 [[OFS1:s[0-9]+]], 0x7ffc
78 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS1]] offset:4092
79 ;CHECK-DAG: s_mov_b32 [[OFS2:s[0-9]+]], 0x8ffc
80 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS2]] offset:4
81 ;CHECK: s_waitcnt
82 define amdgpu_ps <4 x float> @buffer_load_immoffs_large_v4i32(<4 x i32> inreg) {
83 main_body:
84   %d.0 = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 4092, i32 60, i32 0)
85   %d.1 = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 4092, i32 32764, i32 0)
86   %d.2 = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 4, i32 36860, i32 0)
87   %fd.0 = bitcast <4 x i32> %d.0 to <4 x float>
88   %fd.1 = bitcast <4 x i32> %d.1 to <4 x float>
89   %fd.2 = bitcast <4 x i32> %d.2 to <4 x float>
90   %d.3 = fadd <4 x float> %fd.0, %fd.1
91   %data = fadd <4 x float> %fd.2, %d.3
92   ret <4 x float> %data
95 ;CHECK-LABEL: {{^}}buffer_load_ofs:
96 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen
97 ;CHECK: s_waitcnt
98 define amdgpu_ps <4 x float> @buffer_load_ofs(<4 x i32> inreg, i32) {
99 main_body:
100   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 %1, i32 0, i32 0)
101   ret <4 x float> %data
104 ;CHECK-LABEL: {{^}}buffer_load_ofs_v4i32:
105 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen
106 ;CHECK: s_waitcnt
107 define amdgpu_ps <4 x float> @buffer_load_ofs_v4i32(<4 x i32> inreg, i32) {
108 main_body:
109   %data = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 %1, i32 0, i32 0)
110   %fdata = bitcast <4 x i32> %data to <4 x float>
111   ret <4 x float> %fdata
114 ;CHECK-LABEL: {{^}}buffer_load_ofs_imm:
115 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen offset:60
116 ;CHECK: s_waitcnt
117 define amdgpu_ps <4 x float> @buffer_load_ofs_imm(<4 x i32> inreg, i32) {
118 main_body:
119   %ofs = add i32 %1, 60
120   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 %ofs, i32 0, i32 0)
121   ret <4 x float> %data
124 ;CHECK-LABEL: {{^}}buffer_load_ofs_imm_v4i32:
125 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen offset:60
126 ;CHECK: s_waitcnt
127 define amdgpu_ps <4 x float> @buffer_load_ofs_imm_v4i32(<4 x i32> inreg, i32) {
128 main_body:
129   %ofs = add i32 %1, 60
130   %data = call <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32> %0, i32 %ofs, i32 0, i32 0)
131   %fdata = bitcast <4 x i32> %data to <4 x float>
132   ret <4 x float> %fdata
135 ;CHECK-LABEL: {{^}}buffer_load_x:
136 ;CHECK: buffer_load_format_x v0, off, s[0:3], 0
137 ;CHECK: s_waitcnt
138 define amdgpu_ps float @buffer_load_x(<4 x i32> inreg %rsrc) {
139 main_body:
140   %data = call float @llvm.amdgcn.raw.buffer.load.format.f32(<4 x i32> %rsrc, i32 0, i32 0, i32 0)
141   ret float %data
144 ;CHECK-LABEL: {{^}}buffer_load_xy:
145 ;CHECK: buffer_load_format_xy v[0:1], off, s[0:3], 0
146 ;CHECK: s_waitcnt
147 define amdgpu_ps <2 x float> @buffer_load_xy(<4 x i32> inreg %rsrc) {
148 main_body:
149   %data = call <2 x float> @llvm.amdgcn.raw.buffer.load.format.v2f32(<4 x i32> %rsrc, i32 0, i32 0, i32 0)
150   ret <2 x float> %data
153 declare float @llvm.amdgcn.raw.buffer.load.format.f32(<4 x i32>, i32, i32, i32) #0
154 declare <2 x float> @llvm.amdgcn.raw.buffer.load.format.v2f32(<4 x i32>, i32, i32, i32) #0
155 declare <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32>, i32, i32, i32) #0
156 declare <4 x i32> @llvm.amdgcn.raw.buffer.load.format.v4i32(<4 x i32>, i32, i32, i32) #0
158 attributes #0 = { nounwind readonly }