On 11/04/2013 04:31 AM, bin.cheng wrote: > 2013-11-01 Bin Cheng <bin.ch...@arm.com> > > * tree-ssa-loop-ivopts.c (enum ainc_type): New. > (address_cost_data): New field. > (get_address_cost): Compute auto-increment rtx cost in ainc_costs. > Use ainc_costs for auto-increment rtx patterns. > Cleanup TWS.
I think this is fine. I'd just like to see AINC_NUM gone and its use replaced by AIC_NONE, we don't really need two separate enum codes for that. Bernd