Re: [Mesa-dev] [PATCH 3/4] intel/compiler: Fix lower_conversions for 8-bit types.

2018-05-04 Thread Jason Ekstrand
Series is Reviewed-by: Jason Ekstrand On Fri, May 4, 2018 at 10:45 AM, Matt Turner wrote: > On Fri, May 4, 2018 at 4:10 AM, Iago Toral Quiroga > wrote: > > From: Jose Maria Casanova Crespo > > > > For

Re: [Mesa-dev] [PATCH 3/4] intel/compiler: Fix lower_conversions for 8-bit types.

2018-05-04 Thread Matt Turner
On Fri, May 4, 2018 at 4:10 AM, Iago Toral Quiroga wrote: > From: Jose Maria Casanova Crespo > > For 8-bit types the execution type is word. A byte raw MOV has 16-bit > execution type and 8-bit destination and it shouldn't be considered > a conversion

[Mesa-dev] [PATCH 3/4] intel/compiler: Fix lower_conversions for 8-bit types.

2018-05-04 Thread Iago Toral Quiroga
From: Jose Maria Casanova Crespo For 8-bit types the execution type is word. A byte raw MOV has 16-bit execution type and 8-bit destination and it shouldn't be considered a conversion case. So there is no need to change alignment and enter in lower_conversions for these