[Libclc-dev] [PATCH 2/2] r600: Add missing datalayout to .ll files

Aaron Watry via Libclc-dev libclc-dev at lists.llvm.org
Sat Oct 14 08:16:32 PDT 2017


Acked-by: me

On Thu, Oct 12, 2017, 12:49 AM Jan Vesely via Libclc-dev <
libclc-dev at lists.llvm.org> wrote:

> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
>  r600/lib/synchronization/barrier_impl.ll | 2 ++
>  r600/lib/workitem/get_global_size.ll     | 2 ++
>  r600/lib/workitem/get_local_size.ll      | 2 ++
>  r600/lib/workitem/get_num_groups.ll      | 2 ++
>  4 files changed, 8 insertions(+)
>
> diff --git a/r600/lib/synchronization/barrier_impl.ll
> b/r600/lib/synchronization/barrier_impl.ll
> index 777001a..3bd3167 100644
> --- a/r600/lib/synchronization/barrier_impl.ll
> +++ b/r600/lib/synchronization/barrier_impl.ll
> @@ -1,5 +1,7 @@
>  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"
> +
>  define void @barrier(i32 %flags) #1 {
>  entry:
>    ; We should call mem_fence here, but that is not implemented for r600
> yet
> diff --git a/r600/lib/workitem/get_global_size.ll
> b/r600/lib/workitem/get_global_size.ll
> index d1c769c..ea58c36 100644
> --- a/r600/lib/workitem/get_global_size.ll
> +++ b/r600/lib/workitem/get_global_size.ll
> @@ -2,6 +2,8 @@ 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"
> +
>  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]
>  x_dim:
> diff --git a/r600/lib/workitem/get_local_size.ll
> b/r600/lib/workitem/get_local_size.ll
> index 92c6d26..c9f2c84 100644
> --- a/r600/lib/workitem/get_local_size.ll
> +++ b/r600/lib/workitem/get_local_size.ll
> @@ -2,6 +2,8 @@ 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"
> +
>  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]
>  x_dim:
> diff --git a/r600/lib/workitem/get_num_groups.ll
> b/r600/lib/workitem/get_num_groups.ll
> index d85a797..74ca78b 100644
> --- a/r600/lib/workitem/get_num_groups.ll
> +++ b/r600/lib/workitem/get_num_groups.ll
> @@ -2,6 +2,8 @@ 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"
> +
>  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]
>  x_dim:
> --
> 2.13.6
>
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libclc-dev/attachments/20171014/43769b69/attachment.html>


More information about the Libclc-dev mailing list