[libclc] 59/79: r600: Fix datalayout after clang r324101

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Mar 19 16:51:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 732e19e5c0fb499062e0f1d69d21e731315e207c
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Fri Feb 23 07:36:51 2018 +0000

    r600: Fix datalayout after clang r324101
    
    r324101 switched around AS numbering
    
    Acked-by: Aaron Watry <awatry at gmail.com>
    Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@325864 91177308-0d34-0410-b5e6-96231b3b80d8
---
 r600/lib/OVERRIDES_3.9                                           | 4 ++++
 r600/lib/OVERRIDES_4.0                                           | 4 ++++
 r600/lib/OVERRIDES_5.0                                           | 4 ++++
 r600/lib/OVERRIDES_6.0                                           | 4 ++++
 r600/lib/SOURCES_3.9                                             | 4 ++++
 r600/lib/SOURCES_4.0                                             | 4 ++++
 r600/lib/SOURCES_5.0                                             | 4 ++++
 r600/lib/SOURCES_6.0                                             | 4 ++++
 r600/lib/synchronization/{barrier_impl.ll => barrier_impl.39.ll} | 0
 r600/lib/synchronization/barrier_impl.ll                         | 2 +-
 r600/lib/workitem/{get_global_size.ll => get_global_size.39.ll}  | 0
 r600/lib/workitem/get_global_size.ll                             | 2 +-
 r600/lib/workitem/{get_local_size.ll => get_local_size.39.ll}    | 0
 r600/lib/workitem/get_local_size.ll                              | 2 +-
 r600/lib/workitem/{get_num_groups.ll => get_num_groups.39.ll}    | 0
 r600/lib/workitem/get_num_groups.ll                              | 2 +-
 16 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/r600/lib/OVERRIDES_3.9 b/r600/lib/OVERRIDES_3.9
new file mode 100644
index 0000000..c055c6d
--- /dev/null
+++ b/r600/lib/OVERRIDES_3.9
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.ll
+workitem/get_global_size.ll
+workitem/get_local_size.ll
+workitem/get_num_groups.ll
diff --git a/r600/lib/OVERRIDES_4.0 b/r600/lib/OVERRIDES_4.0
new file mode 100644
index 0000000..c055c6d
--- /dev/null
+++ b/r600/lib/OVERRIDES_4.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.ll
+workitem/get_global_size.ll
+workitem/get_local_size.ll
+workitem/get_num_groups.ll
diff --git a/r600/lib/OVERRIDES_5.0 b/r600/lib/OVERRIDES_5.0
new file mode 100644
index 0000000..c055c6d
--- /dev/null
+++ b/r600/lib/OVERRIDES_5.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.ll
+workitem/get_global_size.ll
+workitem/get_local_size.ll
+workitem/get_num_groups.ll
diff --git a/r600/lib/OVERRIDES_6.0 b/r600/lib/OVERRIDES_6.0
new file mode 100644
index 0000000..c055c6d
--- /dev/null
+++ b/r600/lib/OVERRIDES_6.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.ll
+workitem/get_global_size.ll
+workitem/get_local_size.ll
+workitem/get_num_groups.ll
diff --git a/r600/lib/SOURCES_3.9 b/r600/lib/SOURCES_3.9
index a44a9ce..ba09398 100644
--- a/r600/lib/SOURCES_3.9
+++ b/r600/lib/SOURCES_3.9
@@ -13,3 +13,7 @@ image/write_imagef.cl
 image/write_imagei.cl
 image/write_imageui.cl
 image/write_image_impl.ll
+synchronization/barrier_impl.39.ll
+workitem/get_global_size.39.ll
+workitem/get_local_size.39.ll
+workitem/get_num_groups.39.ll
diff --git a/r600/lib/SOURCES_4.0 b/r600/lib/SOURCES_4.0
new file mode 100644
index 0000000..091990c
--- /dev/null
+++ b/r600/lib/SOURCES_4.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.39.ll
+workitem/get_global_size.39.ll
+workitem/get_local_size.39.ll
+workitem/get_num_groups.39.ll
diff --git a/r600/lib/SOURCES_5.0 b/r600/lib/SOURCES_5.0
new file mode 100644
index 0000000..091990c
--- /dev/null
+++ b/r600/lib/SOURCES_5.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.39.ll
+workitem/get_global_size.39.ll
+workitem/get_local_size.39.ll
+workitem/get_num_groups.39.ll
diff --git a/r600/lib/SOURCES_6.0 b/r600/lib/SOURCES_6.0
new file mode 100644
index 0000000..091990c
--- /dev/null
+++ b/r600/lib/SOURCES_6.0
@@ -0,0 +1,4 @@
+synchronization/barrier_impl.39.ll
+workitem/get_global_size.39.ll
+workitem/get_local_size.39.ll
+workitem/get_num_groups.39.ll
diff --git a/r600/lib/synchronization/barrier_impl.ll b/r600/lib/synchronization/barrier_impl.39.ll
similarity index 100%
copy from r600/lib/synchronization/barrier_impl.ll
copy to r600/lib/synchronization/barrier_impl.39.ll
diff --git a/r600/lib/synchronization/barrier_impl.ll b/r600/lib/synchronization/barrier_impl.ll
index 3bd3167..cbc8867 100644
--- a/r600/lib/synchronization/barrier_impl.ll
+++ b/r600/lib/synchronization/barrier_impl.ll
@@ -1,6 +1,6 @@
 declare void @llvm.r600.group.barrier() #0
 
-target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
+target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-A5"
 
 define void @barrier(i32 %flags) #1 {
 entry:
diff --git a/r600/lib/workitem/get_global_size.ll b/r600/lib/workitem/get_global_size.39.ll
similarity index 100%
copy from r600/lib/workitem/get_global_size.ll
copy to r600/lib/workitem/get_global_size.39.ll
diff --git a/r600/lib/workitem/get_global_size.ll b/r600/lib/workitem/get_global_size.ll
index ea58c36..8314d16 100644
--- a/r600/lib/workitem/get_global_size.ll
+++ b/r600/lib/workitem/get_global_size.ll
@@ -2,7 +2,7 @@ declare i32 @llvm.r600.read.global.size.x() nounwind readnone
 declare i32 @llvm.r600.read.global.size.y() nounwind readnone
 declare i32 @llvm.r600.read.global.size.z() nounwind readnone
 
-target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
+target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-A5"
 
 define i32 @get_global_size(i32 %dim) nounwind readnone alwaysinline {
   switch i32 %dim, label %default [i32 0, label %x_dim i32 1, label %y_dim i32 2, label %z_dim]
diff --git a/r600/lib/workitem/get_local_size.ll b/r600/lib/workitem/get_local_size.39.ll
similarity index 100%
copy from r600/lib/workitem/get_local_size.ll
copy to r600/lib/workitem/get_local_size.39.ll
diff --git a/r600/lib/workitem/get_local_size.ll b/r600/lib/workitem/get_local_size.ll
index c9f2c84..e4e7b18 100644
--- a/r600/lib/workitem/get_local_size.ll
+++ b/r600/lib/workitem/get_local_size.ll
@@ -2,7 +2,7 @@ declare i32 @llvm.r600.read.local.size.x() nounwind readnone
 declare i32 @llvm.r600.read.local.size.y() nounwind readnone
 declare i32 @llvm.r600.read.local.size.z() nounwind readnone
 
-target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
+target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-A5"
 
 define i32 @get_local_size(i32 %dim) nounwind readnone alwaysinline {
   switch i32 %dim, label %default [i32 0, label %x_dim i32 1, label %y_dim i32 2, label %z_dim]
diff --git a/r600/lib/workitem/get_num_groups.ll b/r600/lib/workitem/get_num_groups.39.ll
similarity index 100%
copy from r600/lib/workitem/get_num_groups.ll
copy to r600/lib/workitem/get_num_groups.39.ll
diff --git a/r600/lib/workitem/get_num_groups.ll b/r600/lib/workitem/get_num_groups.ll
index 74ca78b..006ec34 100644
--- a/r600/lib/workitem/get_num_groups.ll
+++ b/r600/lib/workitem/get_num_groups.ll
@@ -2,7 +2,7 @@ declare i32 @llvm.r600.read.ngroups.x() nounwind readnone
 declare i32 @llvm.r600.read.ngroups.y() nounwind readnone
 declare i32 @llvm.r600.read.ngroups.z() nounwind readnone
 
-target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
+target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-A5"
 
 define i32 @get_num_groups(i32 %dim) nounwind readnone alwaysinline {
   switch i32 %dim, label %default [i32 0, label %x_dim i32 1, label %y_dim i32 2, label %z_dim]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list