Re: [Mesa-dev] [PATCH v2 13/53] intel/compiler: add a helper to handle conversions to 64-bit in atom

2019-01-03 Thread Iago Toral
Thanks Curro, I'll check it out. Iago On Wed, 2019-01-02 at 15:00 -0800, Francisco Jerez wrote: > This patch is redundant with the regioning lowering pass I sent a few > days ago [1]. The problem with this approach is that on the one hand > it's easy for the back-end compiler to cause code which

Re: [Mesa-dev] [PATCH v2 13/53] intel/compiler: add a helper to handle conversions to 64-bit in atom

2019-01-02 Thread Francisco Jerez
This patch is redundant with the regioning lowering pass I sent a few days ago [1]. The problem with this approach is that on the one hand it's easy for the back-end compiler to cause code which was legalized at NIR translation time to become illegal again accidentally, on the other hand there's t

Re: [Mesa-dev] [PATCH v2 13/53] intel/compiler: add a helper to handle conversions to 64-bit in atom

2018-12-31 Thread Pohjolainen, Topi
On Wed, Dec 19, 2018 at 12:50:41PM +0100, Iago Toral Quiroga wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 55 ++- > 1 file changed, 33 insertions(+), 22 deletions(-) Reviewed-by: Topi Pohjolainen > > diff --git a/src/intel/compiler/brw_fs_nir.cpp > b/src/inte