Re: [Mesa-dev] [PATCH 6/7] nir/opt_algebraic: Add some boolean simplifications

2015-01-29 Thread Jason Ekstrand
On Thu, Jan 29, 2015 at 12:50 PM, Jason Ekstrand wrote: > total instructions in shared programs: 8026509 -> 8026469 (-0.00%) > instructions in affected programs: 6338 -> 6298 (-0.63%) > helped:11 > Ignore those numbers. they're bogus. Here are the real ones:

[Mesa-dev] [PATCH 6/7] nir/opt_algebraic: Add some boolean simplifications

2015-01-29 Thread Jason Ekstrand
total instructions in shared programs: 8026509 -> 8026469 (-0.00%) instructions in affected programs: 6338 -> 6298 (-0.63%) helped:11 --- src/glsl/nir/nir_opt_algebraic.py | 5 + 1 file changed, 5 insertions(+) diff --git a/src/glsl/nir/nir_opt_algebraic.py