Re: [Mesa-dev] [PATCH 0/6] nir/algebraic: bit size improvements

2016-04-26 Thread Iago Toral
Patches 1-5 are: Reviewed-by: Iago Toral Quiroga I'll have a look at patch 6 tomorrow. On Mon, 2016-04-25 at 21:39 -0700, Jason Ekstrand wrote: > This little series makes some bit size improvements to nir_algebraic. In > particular, it adds a mechanism that allows you to specify a specific bit

[Mesa-dev] [PATCH 0/6] nir/algebraic: bit size improvements

2016-04-25 Thread Jason Ekstrand
This little series makes some bit size improvements to nir_algebraic. In particular, it adds a mechanism that allows you to specify a specific bit size for any part of a search or replace expression to get rid of ambiguity. The last patch is probably the most important and also the trickiest. It