Re: [PATCH 2/2] Remove reload_in_progress and other cleanups.

2017-07-27 Thread Peter Bergner
On 7/27/17 2:29 PM, Segher Boessenkool wrote: > Hi! > > On Thu, Jul 27, 2017 at 10:44:43AM -0500, Peter Bergner wrote: >> This patch removes reload specific code from the rs6000 port made possible >> by the elimination of the usage of the -mno-lra option. > >> * config/rs6000/predicates.md (

Re: [PATCH 2/2] Remove reload_in_progress and other cleanups.

2017-07-27 Thread Segher Boessenkool
Hi! On Thu, Jul 27, 2017 at 10:44:43AM -0500, Peter Bergner wrote: > This patch removes reload specific code from the rs6000 port made possible > by the elimination of the usage of the -mno-lra option. > * config/rs6000/predicates.md (volatile_mem_operand) Remove code > related to rel

[PATCH 2/2] Remove reload_in_progress and other cleanups.

2017-07-27 Thread Peter Bergner
This patch removes reload specific code from the rs6000 port made possible by the elimination of the usage of the -mno-lra option. This passed bootstrap and regtesting with no regressions, ok for trunk? Peter * config/rs6000/predicates.md (volatile_mem_operand) Remove code relate