Re: [Mesa-dev] [PATCH 10/10] nir: Add algebraic optimizations for division and reciprocal.

2015-01-23 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, Jan 22, 2015 at 9:18 AM, Matt Turner wrote: > 8-10 are > > Reviewed-by: Matt Turner > ___ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev >

Re: [Mesa-dev] [PATCH 10/10] nir: Add algebraic optimizations for division and reciprocal.

2015-01-22 Thread Matt Turner
8-10 are Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 10/10] nir: Add algebraic optimizations for division and reciprocal.

2015-01-22 Thread Jason Ekstrand
On Jan 22, 2015 3:41 AM, "Kenneth Graunke" wrote: > > These also exist in opt_algebraic.cpp. > > total NIR instructions in shared programs: 2011430 -> 2011211 (-0.01%) > NIR instructions in affected programs: 42221 -> 42002 (-0.52%) > helped:198 > > total i9

[Mesa-dev] [PATCH 10/10] nir: Add algebraic optimizations for division and reciprocal.

2015-01-22 Thread Kenneth Graunke
These also exist in opt_algebraic.cpp. total NIR instructions in shared programs: 2011430 -> 2011211 (-0.01%) NIR instructions in affected programs: 42221 -> 42002 (-0.52%) helped:198 total i965 instructions in shared programs: 6020554 -> 6020118 (-0.01%) i