Re: PATC: Round up the SSE register save area only if needed

2015-10-08 Thread Uros Bizjak
On Thu, Oct 8, 2015 at 8:29 PM, H.J. Lu wrote: > There is is no point to round up the SSE register save area to 16 bytes if > the incoming stack boundary is less than 16 bytes. > > OK for trunk? OK, with the improved comment: /* The only ABI that has saved SSE registers (Win64) also has a

PATC: Round up the SSE register save area only if needed

2015-10-08 Thread H.J. Lu
There is is no point to round up the SSE register save area to 16 bytes if the incoming stack boundary is less than 16 bytes. OK for trunk? H.J. --- * config/i386/i386.c (ix86_compute_frame_layout): Round up the SSE register save area to 16 bytes only if the incoming stack