blob: 09e819de074ff00b712b525a42cb4074a1d8ba1e [file] [log] [blame]
Matt Arsenault9de2fb52018-09-13 11:56:28 +00001; RUN: llc -mtriple=amdgcn--amdpal -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN %s
Tim Renouf75ced9d2018-01-12 22:57:24 +00002
3; The first image store and the second image load use the same descriptor and
4; the same coordinate. Check that they do not get swapped by the machine
5; instruction scheduler.
6
7; GCN-LABEL: {{^}}_amdgpu_cs_main:
8; GCN: image_load
9; GCN: image_store
10; GCN: image_load
11; GCN: image_store
12
13define dllexport amdgpu_cs void @_amdgpu_cs_main(i32 inreg %arg, i32 inreg %arg1, i32 inreg %arg2, <3 x i32> inreg %arg3, i32 inreg %arg4, <3 x i32> %arg5) local_unnamed_addr #0 {
14.entry:
15 %tmp = call i64 @llvm.amdgcn.s.getpc() #1
16 %tmp6 = bitcast i64 %tmp to <2 x i32>
Matt Arsenaultda42b2f2025-03-12 20:33:33 +070017 %.0.vec.insert = insertelement <2 x i32> poison, i32 %arg2, i32 0
Tim Renouf75ced9d2018-01-12 22:57:24 +000018 %.4.vec.insert = shufflevector <2 x i32> %.0.vec.insert, <2 x i32> %tmp6, <2 x i32> <i32 0, i32 3>
19 %tmp7 = bitcast <2 x i32> %.4.vec.insert to i64
Nikita Popovbdf2fbb2022-12-19 12:39:01 +010020 %tmp8 = inttoptr i64 %tmp7 to ptr addrspace(4)
Tim Renouf75ced9d2018-01-12 22:57:24 +000021 %tmp9 = add <3 x i32> %arg3, %arg5
Nikita Popovbdf2fbb2022-12-19 12:39:01 +010022 %tmp10 = getelementptr [4294967295 x i8], ptr addrspace(4) %tmp8, i64 0, i64 32
23 %tmp12 = load <8 x i32>, ptr addrspace(4) %tmp10, align 16
Nicolai Haehnle10459282018-06-21 13:37:19 +000024 %tmp13.0 = extractelement <3 x i32> %tmp9, i32 0
25 %tmp13.1 = extractelement <3 x i32> %tmp9, i32 1
26 %tmp14 = call <4 x float> @llvm.amdgcn.image.load.2d.v4f32.i32(i32 15, i32 %tmp13.0, i32 %tmp13.1, <8 x i32> %tmp12, i32 0, i32 0) #0
Nikita Popovbdf2fbb2022-12-19 12:39:01 +010027 %tmp15 = inttoptr i64 %tmp7 to ptr addrspace(4)
28 %tmp16 = load <8 x i32>, ptr addrspace(4) %tmp15, align 16
Nicolai Haehnle10459282018-06-21 13:37:19 +000029 call void @llvm.amdgcn.image.store.2d.v4f32.i32(<4 x float> %tmp14, i32 15, i32 %tmp13.0, i32 %tmp13.1, <8 x i32> %tmp16, i32 0, i32 0) #0
Nikita Popovbdf2fbb2022-12-19 12:39:01 +010030 %tmp17 = load <8 x i32>, ptr addrspace(4) %tmp15, align 16
Nicolai Haehnle10459282018-06-21 13:37:19 +000031 %tmp18 = call <4 x float> @llvm.amdgcn.image.load.2d.v4f32.i32(i32 165, i32 %tmp13.0, i32 %tmp13.1, <8 x i32> %tmp17, i32 0, i32 0) #0
Nikita Popovbdf2fbb2022-12-19 12:39:01 +010032 %tmp19 = getelementptr [4294967295 x i8], ptr addrspace(4) %tmp8, i64 0, i64 64
33 %tmp21 = load <8 x i32>, ptr addrspace(4) %tmp19, align 16
Nicolai Haehnle10459282018-06-21 13:37:19 +000034 call void @llvm.amdgcn.image.store.2d.v4f32.i32(<4 x float> %tmp18, i32 15, i32 %tmp13.0, i32 %tmp13.1, <8 x i32> %tmp21, i32 0, i32 0) #0
Tim Renouf75ced9d2018-01-12 22:57:24 +000035 ret void
36}
37
38; Function Attrs: nounwind readnone speculatable
39declare i64 @llvm.amdgcn.s.getpc() #1
40
41; Function Attrs: nounwind readonly
Nicolai Haehnle10459282018-06-21 13:37:19 +000042declare <4 x float> @llvm.amdgcn.image.load.2d.v4f32.i32(i32, i32, i32, <8 x i32>, i32, i32) #2
Tim Renouf75ced9d2018-01-12 22:57:24 +000043
44; Function Attrs: nounwind writeonly
Nicolai Haehnle10459282018-06-21 13:37:19 +000045declare void @llvm.amdgcn.image.store.2d.v4f32.i32(<4 x float>, i32, i32, i32, <8 x i32>, i32, i32) #3
Tim Renouf75ced9d2018-01-12 22:57:24 +000046
47attributes #0 = { nounwind }
48attributes #1 = { nounwind readnone speculatable }
49attributes #2 = { nounwind readonly }
50attributes #3 = { nounwind writeonly }
51
52!0 = !{}