On 10/06/2016 11:29 AM, Kenneth Graunke wrote:
On Friday, September 30, 2016 8:12:12 AM PDT Ian Romanick wrote:
From: Tapani Pälli
Changes make copy_propagation_elements pass faster, reducing link
time spent in test case of bug 94477. Does not fix the actual issue
but brings down the total t
On Friday, September 30, 2016 8:12:12 AM PDT Ian Romanick wrote:
> From: Tapani Pälli
>
> Changes make copy_propagation_elements pass faster, reducing link
> time spent in test case of bug 94477. Does not fix the actual issue
> but brings down the total time. No regressions seen in CI.
>
> v2 (i
Ah now I get what you meant and these changes make sense to me, this is
easier to read. I did not spot regressions in CI run.
On 09/30/2016 06:12 PM, Ian Romanick wrote:
From: Tapani Pälli
Changes make copy_propagation_elements pass faster, reducing link
time spent in test case of bug 94477.
From: Tapani Pälli
Changes make copy_propagation_elements pass faster, reducing link
time spent in test case of bug 94477. Does not fix the actual issue
but brings down the total time. No regressions seen in CI.
v2 (idr): Formatting / whitespace fixes. Embed the acp_ref in the
acp_entry.
v3 (i