Re: [Mesa-dev] [PATCH 08/10] i965/fs: Allow immediates in MAD and LRP instructions.

2015-02-17 Thread Kenneth Graunke
On Wednesday, February 04, 2015 08:21:25 PM Matt Turner wrote: > And then the opt_combine_constants() pass will pull them out into > registers. This will allow us to do some algebraic optimizations on MAD > and LRP. > > total instructions in shared programs: 5946656 -> 5931320 (-0.26%) > instructi

[Mesa-dev] [PATCH 08/10] i965/fs: Allow immediates in MAD and LRP instructions.

2015-02-04 Thread Matt Turner
And then the opt_combine_constants() pass will pull them out into registers. This will allow us to do some algebraic optimizations on MAD and LRP. total instructions in shared programs: 5946656 -> 5931320 (-0.26%) instructions in affected programs: 778247 -> 762911 (-1.97%) helped: