Re: RFC: LRA for x86/x86-64 [1/9]

2012-09-30 Thread Richard Sandiford
Hi Vlad, Vladimir Makarov writes: > @@ -2973,11 +2973,11 @@ cleanup_subreg_operands (rtx insn) > df_insn_rescan (insn); > } > > -/* If X is a SUBREG, replace it with a REG or a MEM, > - based on the thing it is a subreg of. */ > +/* If X is a SUBREG, try to replace it with a REG or a M

Re: RFC: LRA for x86/x86-64 [1/9]

2012-09-28 Thread Jeff Law
On 09/27/2012 04:56 PM, Vladimir Makarov wrote: The following patch adds a new argument for function alter_subreg. LRA will sometime call alter_subreg with different argument value. 2012-09-27 Vladimir Makarov * output.h (alter_subreg): Add new argument. * dbxout.c (dbxout_symbo

RFC: LRA for x86/x86-64 [1/9]

2012-09-27 Thread Vladimir Makarov
The following patch adds a new argument for function alter_subreg. LRA will sometime call alter_subreg with different argument value. 2012-09-27 Vladimir Makarov * output.h (alter_subreg): Add new argument. * dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg