Re: [PATCH] rs6000: Separate shrink-wrapping for FPRs

2017-05-18 Thread Segher Boessenkool
On Thu, May 18, 2017 at 02:49:51PM -0500, Peter Bergner wrote: > On 5/18/17 12:51 PM, Segher Boessenkool wrote: > > This patch implements separate shrink-wrapping for the non-volatile > > floating point registers (FPR14..FPR31). It is pretty much exactly > > analogous to the code for GPRs. > > >

Re: [PATCH] rs6000: Separate shrink-wrapping for FPRs

2017-05-18 Thread Peter Bergner
On 5/18/17 12:51 PM, Segher Boessenkool wrote: > This patch implements separate shrink-wrapping for the non-volatile > floating point registers (FPR14..FPR31). It is pretty much exactly > analogous to the code for GPRs. > > This has been tested on powerpc64-linux {-m32,-m64} for many months > now

[PATCH] rs6000: Separate shrink-wrapping for FPRs

2017-05-18 Thread Segher Boessenkool
This patch implements separate shrink-wrapping for the non-volatile floating point registers (FPR14..FPR31). It is pretty much exactly analogous to the code for GPRs. This has been tested on powerpc64-linux {-m32,-m64} for many months now; I'll do one final test on powerpc64le-linux before commit