Re: [Mesa-dev] [PATCH 08/11] i965/vec4_nir: Use partial SSA form rather than full non-SSA

2015-09-14 Thread Eduardo Lima Mitev
On 09/14/2015 05:10 PM, Jason Ekstrand wrote: > > On Sep 11, 2015 03:25, "Eduardo Lima Mitev" > wrote: >> >> On 09/10/2015 02:50 AM, Jason Ekstrand wrote: >> > We made this switch in the FS backend some time ago and it seems to > make a >> > number of things a bit easier.

Re: [Mesa-dev] [PATCH 08/11] i965/vec4_nir: Use partial SSA form rather than full non-SSA

2015-09-14 Thread Jason Ekstrand
On Sep 11, 2015 03:25, "Eduardo Lima Mitev" wrote: > > On 09/10/2015 02:50 AM, Jason Ekstrand wrote: > > We made this switch in the FS backend some time ago and it seems to make a > > number of things a bit easier. > > > > The commit log could be a bit less abstract, like mentioning why this > cha

Re: [Mesa-dev] [PATCH 08/11] i965/vec4_nir: Use partial SSA form rather than full non-SSA

2015-09-11 Thread Eduardo Lima Mitev
On 09/10/2015 02:50 AM, Jason Ekstrand wrote: > We made this switch in the FS backend some time ago and it seems to make a > number of things a bit easier. > The commit log could be a bit less abstract, like mentioning why this change helps the subsequent passes. In any case, if it was only for co

[Mesa-dev] [PATCH 08/11] i965/vec4_nir: Use partial SSA form rather than full non-SSA

2015-09-09 Thread Jason Ekstrand
We made this switch in the FS backend some time ago and it seems to make a number of things a bit easier. --- src/mesa/drivers/dri/i965/brw_nir.c| 2 +- src/mesa/drivers/dri/i965/brw_vec4.h | 1 + src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 21 ++--- 3 files change