Re: [PATCH 2/6] combine: distribute_log_links for PARALLELs of SETs

2014-12-01 Thread Jeff Law
On 11/27/14 18:44, Segher Boessenkool wrote: Now that LOG_LINKS are per regno, we can distribute them on PARALLELs just fine. Do so. This makes PARALLELs not lose their LOG_LINKS early when e.g. a trivial reg-reg move is combined, so that they can be used in more useful combinations as well.

[PATCH 2/6] combine: distribute_log_links for PARALLELs of SETs

2014-11-27 Thread Segher Boessenkool
Now that LOG_LINKS are per regno, we can distribute them on PARALLELs just fine. Do so. This makes PARALLELs not lose their LOG_LINKS early when e.g. a trivial reg-reg move is combined, so that they can be used in more useful combinations as well. 2014-11-27 Segher Boessenkool gcc/