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: [RFC] [4.2] Address computation PRE


On Sun, Oct 02, 2005 at 11:03:09PM +0200, Paolo Bonzini wrote:
> I looked (albeit very briefly) into that, but the REG_EQUAL note 
> specifies a computation that is quite complex and emit_move_insn does 
> not handle the "lowering" of such expressions.  We cannot give
> 
>   emit_move_insn (gen_reg_rtx (Pmode), a_pic_symbol_ref);
> 
> and have it call memory_address etc., or am I missing something huge?

I would have to say that you are, since that's exactly what we did
when we generated rtl in the first place.



r~


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