Re: [RFC: Patch 3/6 v2] Remove if_info->branch_cost

2016-07-13 Thread Jeff Law
On 06/21/2016 09:50 AM, James Greenhalgh wrote: Hi, This patch removes what is left of branch_cost uses, moving them to use the new hook and tagging each left over spot with a TODO to revisit them. All these uses are in rtx costs units, so we don't have more work to do at this point. Bootstrap

[RFC: Patch 3/6 v2] Remove if_info->branch_cost

2016-06-21 Thread James Greenhalgh
Hi, This patch removes what is left of branch_cost uses, moving them to use the new hook and tagging each left over spot with a TODO to revisit them. All these uses are in rtx costs units, so we don't have more work to do at this point. Bootstrapped as part of the patch series on aarch64 and x86