aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/vectorize-global-local.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-16 16:01:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-16 16:01:22 +0000
commit71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch)
tree5343938942df402b49ec7300a1c25a2d4ccd5821 /test/CodeGen/AMDGPU/vectorize-global-local.ll
parent31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff)
Diffstat (limited to 'test/CodeGen/AMDGPU/vectorize-global-local.ll')
-rw-r--r--test/CodeGen/AMDGPU/vectorize-global-local.ll80
1 files changed, 80 insertions, 0 deletions
diff --git a/test/CodeGen/AMDGPU/vectorize-global-local.ll b/test/CodeGen/AMDGPU/vectorize-global-local.ll
new file mode 100644
index 000000000000..90cf34e609f6
--- /dev/null
+++ b/test/CodeGen/AMDGPU/vectorize-global-local.ll
@@ -0,0 +1,80 @@
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s
+; CHECK-DAG: flat_load_dwordx4
+; CHECK-DAG: flat_load_dwordx4
+; CHECK-DAG: flat_load_dwordx4
+; CHECK-DAG: flat_load_dwordx4
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+; CHECK-DAG: ds_write2_b32
+
+define amdgpu_kernel void @vectorize_global_local(i32 addrspace(1)* nocapture readonly %arg, i32 addrspace(3)* nocapture %arg1) {
+bb:
+ %tmp = load i32, i32 addrspace(1)* %arg, align 4
+ store i32 %tmp, i32 addrspace(3)* %arg1, align 4
+ %tmp2 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 1
+ %tmp3 = load i32, i32 addrspace(1)* %tmp2, align 4
+ %tmp4 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 1
+ store i32 %tmp3, i32 addrspace(3)* %tmp4, align 4
+ %tmp5 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 2
+ %tmp6 = load i32, i32 addrspace(1)* %tmp5, align 4
+ %tmp7 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 2
+ store i32 %tmp6, i32 addrspace(3)* %tmp7, align 4
+ %tmp8 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 3
+ %tmp9 = load i32, i32 addrspace(1)* %tmp8, align 4
+ %tmp10 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 3
+ store i32 %tmp9, i32 addrspace(3)* %tmp10, align 4
+ %tmp11 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 4
+ %tmp12 = load i32, i32 addrspace(1)* %tmp11, align 4
+ %tmp13 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 4
+ store i32 %tmp12, i32 addrspace(3)* %tmp13, align 4
+ %tmp14 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 5
+ %tmp15 = load i32, i32 addrspace(1)* %tmp14, align 4
+ %tmp16 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 5
+ store i32 %tmp15, i32 addrspace(3)* %tmp16, align 4
+ %tmp17 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 6
+ %tmp18 = load i32, i32 addrspace(1)* %tmp17, align 4
+ %tmp19 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 6
+ store i32 %tmp18, i32 addrspace(3)* %tmp19, align 4
+ %tmp20 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 7
+ %tmp21 = load i32, i32 addrspace(1)* %tmp20, align 4
+ %tmp22 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 7
+ store i32 %tmp21, i32 addrspace(3)* %tmp22, align 4
+ %tmp23 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 8
+ %tmp24 = load i32, i32 addrspace(1)* %tmp23, align 4
+ %tmp25 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 8
+ store i32 %tmp24, i32 addrspace(3)* %tmp25, align 4
+ %tmp26 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 9
+ %tmp27 = load i32, i32 addrspace(1)* %tmp26, align 4
+ %tmp28 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 9
+ store i32 %tmp27, i32 addrspace(3)* %tmp28, align 4
+ %tmp29 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 10
+ %tmp30 = load i32, i32 addrspace(1)* %tmp29, align 4
+ %tmp31 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 10
+ store i32 %tmp30, i32 addrspace(3)* %tmp31, align 4
+ %tmp32 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 11
+ %tmp33 = load i32, i32 addrspace(1)* %tmp32, align 4
+ %tmp34 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 11
+ store i32 %tmp33, i32 addrspace(3)* %tmp34, align 4
+ %tmp35 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 12
+ %tmp36 = load i32, i32 addrspace(1)* %tmp35, align 4
+ %tmp37 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 12
+ store i32 %tmp36, i32 addrspace(3)* %tmp37, align 4
+ %tmp38 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 13
+ %tmp39 = load i32, i32 addrspace(1)* %tmp38, align 4
+ %tmp40 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 13
+ store i32 %tmp39, i32 addrspace(3)* %tmp40, align 4
+ %tmp41 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 14
+ %tmp42 = load i32, i32 addrspace(1)* %tmp41, align 4
+ %tmp43 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 14
+ store i32 %tmp42, i32 addrspace(3)* %tmp43, align 4
+ %tmp44 = getelementptr inbounds i32, i32 addrspace(1)* %arg, i64 15
+ %tmp45 = load i32, i32 addrspace(1)* %tmp44, align 4
+ %tmp46 = getelementptr inbounds i32, i32 addrspace(3)* %arg1, i32 15
+ store i32 %tmp45, i32 addrspace(3)* %tmp46, align 4
+ ret void
+}