Re: [Mesa-dev] [PATCH 7/7] nir/opt_algebraic: Add some constant bcsel reductions
On Thu, Jan 29, 2015 at 12:50 PM, Jason Ekstrand wrote: > total instructions in shared programs: 8026469 -> 8026343 (-0.00%) > instructions in affected programs: 28541 -> 28415 (-0.44%) > helped:101 > HURT: 76 > These numbers a
[Mesa-dev] [PATCH 7/7] nir/opt_algebraic: Add some constant bcsel reductions
total instructions in shared programs: 8026469 -> 8026343 (-0.00%) instructions in affected programs: 28541 -> 28415 (-0.44%) helped:101 HURT: 76 --- src/glsl/nir/nir_opt_algebraic.py | 26 ++ 1 file chang