Re: [Mesa-dev] [PATCH v2] nir: Try commutative sources in CSE

2015-04-15 Thread Jason Ekstrand
On Wed, Apr 15, 2015 at 9:50 AM, Ilia Mirkin wrote: > On Wed, Apr 15, 2015 at 12:37 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> Shader-db results: >> >> GM45 NIR: >> total instructions in shared programs: 4082044 -> 4081919 (-0.00%) >> instructions in affected programs: 27609 -> 2748

Re: [Mesa-dev] [PATCH v2] nir: Try commutative sources in CSE

2015-04-15 Thread Ilia Mirkin
On Wed, Apr 15, 2015 at 12:37 PM, Ian Romanick wrote: > From: Ian Romanick > > Shader-db results: > > GM45 NIR: > total instructions in shared programs: 4082044 -> 4081919 (-0.00%) > instructions in affected programs: 27609 -> 27484 (-0.45%) > helped:44 > > Iro

[Mesa-dev] [PATCH v2] nir: Try commutative sources in CSE

2015-04-15 Thread Ian Romanick
From: Ian Romanick Shader-db results: GM45 NIR: total instructions in shared programs: 4082044 -> 4081919 (-0.00%) instructions in affected programs: 27609 -> 27484 (-0.45%) helped:44 Iron Lake NIR: total instructions in shared programs: 5678776 -> 5678646 (-