[Libclc-dev] [PATCH 2/2] r600: Update datalayout after LLVM r328656

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Thu Apr 5 14:19:43 PDT 2018


On Wed, 2018-04-04 at 22:19 -0500, Aaron Watry wrote:
> Both of these look ok to me, and clean up a bunch of warnings during
> linking.
> 
> Reviewed-by: Aaron Watry <awatry at gmail.com>

thanks, pushed,
Jan

> 
> --Aaron
> 
> On Fri, 2018-03-30 at 18:34 -0400, Jan Vesely via Libclc-dev 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, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/r600/lib/synchronization/barrier_impl.ll
> > b/r600/lib/synchronization/barrier_impl.ll
> > index cbc8867..f1cbc9a 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-A5"
> > +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-S32-
> > 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.ll
> > index 8314d16..d6d10b3 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-A5"
> > +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-S32-
> > 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.ll
> > index e4e7b18..04ce076 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-A5"
> > +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-S32-
> > 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.ll
> > index 006ec34..b31f4cf 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-A5"
> > +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-S32-
> > 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]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/libclc-dev/attachments/20180405/6c014426/attachment.sig>


More information about the Libclc-dev mailing list