From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Bernd Schmidt Cc: egcs@cygnus.com Subject: Re: DImode speedup on i386 Date: Wed, 18 Feb 1998 22:21:00 -0000 Message-id: <19980218182258.08136@dot.cygnus.com> References: X-SW-Source: 1998-02/msg00906.html On Wed, Feb 18, 1998 at 11:33:23AM +0100, Bernd Schmidt wrote: > ! lo_half[num] = gen_rtx (MEM, SImode, XEXP (operands[num], 0)); > ! hi_half[num] = gen_rtx (MEM, SImode, XEXP (adj_offsettable_operand (operands[num], 4), 0)); You should probably be using change_address here, to preserve the /s, /v, and whatnot bits. r~