Re: [Mesa-dev] [PATCH 12/13] i965: use nir loop unrolling pass

2016-12-22 Thread Jason Ekstrand
On Wed, Dec 21, 2016 at 6:26 PM, Timothy Arceri < timothy.arc...@collabora.com> wrote: > shader-db results for BDW: > > total instructions in shared programs: 12589614 -> 12590119 (0.00%) > instructions in affected programs: 50525 -> 51030 (1.00%) > helped: 7 > HURT: 145 > > total cycles in shared

[Mesa-dev] [PATCH 12/13] i965: use nir loop unrolling pass

2016-12-21 Thread Timothy Arceri
shader-db results for BDW: total instructions in shared programs: 12589614 -> 12590119 (0.00%) instructions in affected programs: 50525 -> 51030 (1.00%) helped: 7 HURT: 145 total cycles in shared programs: 241524604 -> 241490502 (-0.01%) cycles in affected programs: 1941404 -> 1907302 (-1.76%) he