Re: [Mesa-dev] [PATCH 07/10] i965/fs: Add pass to combine immediates.

2015-02-17 Thread Kenneth Graunke
On Tuesday, February 17, 2015 04:17:48 PM Matt Turner wrote: > On Tue, Feb 17, 2015 at 3:45 PM, Kenneth Graunke > wrote: > > On Wednesday, February 04, 2015 08:21:24 PM Matt Turner wrote: [snip] > >> + /* Remove constants from the table that don't have enough uses to make > >> them > >> +*

Re: [Mesa-dev] [PATCH 07/10] i965/fs: Add pass to combine immediates.

2015-02-17 Thread Matt Turner
On Tue, Feb 17, 2015 at 3:45 PM, Kenneth Graunke wrote: > On Wednesday, February 04, 2015 08:21:24 PM Matt Turner wrote: >> total instructions in shared programs: 5885407 -> 5940958 (0.94%) >> instructions in affected programs: 3617311 -> 3672862 (1.54%) >> helped:

Re: [Mesa-dev] [PATCH 07/10] i965/fs: Add pass to combine immediates.

2015-02-17 Thread Kenneth Graunke
On Wednesday, February 04, 2015 08:21:24 PM Matt Turner wrote: > total instructions in shared programs: 5885407 -> 5940958 (0.94%) > instructions in affected programs: 3617311 -> 3672862 (1.54%) > helped:3 > HURT: 23556 > GAINED:

[Mesa-dev] [PATCH 07/10] i965/fs: Add pass to combine immediates.

2015-02-04 Thread Matt Turner
total instructions in shared programs: 5885407 -> 5940958 (0.94%) instructions in affected programs: 3617311 -> 3672862 (1.54%) helped:3 HURT: 23556 GAINED:31 LOST: