Re: [Mesa-dev] [PATCH v2 03/30] i965/fs: Fix copy propagation of load payload for double operands

2016-05-12 Thread Samuel Iglesias Gonsálvez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/05/16 07:09, Samuel Iglesias Gonsálvez wrote: > > > On 13/05/16 01:52, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >>> From: Iago Toral Quiroga >>> >>> Specifically, consider the size of the data type of the operand >

Re: [Mesa-dev] [PATCH v2 03/30] i965/fs: Fix copy propagation of load payload for double operands

2016-05-12 Thread Samuel Iglesias Gonsálvez
On 13/05/16 01:52, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > >> From: Iago Toral Quiroga >> >> Specifically, consider the size of the data type of the operand to compute >> the number of registers written. >> >> v2 (Sam): >> - Fix line width (Jordan). >> - Add an assert (Jor

Re: [Mesa-dev] [PATCH v2 03/30] i965/fs: Fix copy propagation of load payload for double operands

2016-05-12 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: Iago Toral Quiroga > > Specifically, consider the size of the data type of the operand to compute > the number of registers written. > > v2 (Sam): > - Fix line width (Jordan). > - Add an assert (Jordan). > - Use REG_SIZE in the calculation of regs_writte

[Mesa-dev] [PATCH v2 03/30] i965/fs: Fix copy propagation of load payload for double operands

2016-05-12 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga Specifically, consider the size of the data type of the operand to compute the number of registers written. v2 (Sam): - Fix line width (Jordan). - Add an assert (Jordan). - Use REG_SIZE in the calculation of regs_written (Curro) Reviewed-by: Kenneth Graunke Reviewed-by