This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch i386 4.4/trunk]: Fix sse restore for x86_64 in case of !sp_valid


> 
> Kai
> 
> -- 
> |  (\_/) This is Bunny. Copy and paste
> | (='.'=) Bunny into your signature to help
> | (")_(") him gain world domination

> Index: gcc/gcc/config/i386/i386.c
> ===================================================================
> --- gcc.orig/gcc/config/i386/i386.c	2009-09-09 21:05:04.000000000 +0200
> +++ gcc/gcc/config/i386/i386.c	2009-09-15 18:16:20.439267000 +0200
> @@ -8948,7 +8948,7 @@
>  				     hard_frame_pointer_rtx,
>  				     GEN_INT (offset), style, false);
>            ix86_emit_restore_sse_regs_using_mov (stack_pointer_rtx,
> -						frame.to_allocate, red_offset,
> +						0, red_offset,

This is OK (with testcase and changelog).  I am looking into the 4.4
version.

Honza
>  						style == 2);
>  	  pro_epilogue_adjust_stack (stack_pointer_rtx, stack_pointer_rtx,
>  				     GEN_INT (frame.nsseregs * 16 + frame.padding0),


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]