Re: [Mesa-dev] [PATCH] clover: Don't extend illegal integer types.

2018-07-26 Thread Jan Vesely
On Thu, 2018-07-26 at 10:51 -0700, Francisco Jerez wrote: > Jan Vesely writes: > > > It's OK to pass them in memory, which is what kernel invocation needs. > > Fixes AMDGCN regressions since llvm r337535 ("Reapply "AMDGPU: Fix handling > > of alignment padding in DAG argument lowering"): > >

Re: [Mesa-dev] [PATCH] clover: Don't extend illegal integer types.

2018-07-26 Thread Francisco Jerez
Jan Vesely writes: > It's OK to pass them in memory, which is what kernel invocation needs. > Fixes AMDGCN regressions since llvm r337535 ("Reapply "AMDGPU: Fix handling > of alignment padding in DAG argument lowering"): > scalar-arithmetic-char > scalar-arithmetic-uchar > scal

[Mesa-dev] [PATCH] clover: Don't extend illegal integer types.

2018-07-24 Thread Jan Vesely
It's OK to pass them in memory, which is what kernel invocation needs. Fixes AMDGCN regressions since llvm r337535 ("Reapply "AMDGPU: Fix handling of alignment padding in DAG argument lowering"): scalar-arithmetic-char scalar-arithmetic-uchar scalar-arithemtic-short