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] Complex MEM adjust_address instead of subreg (PR middle-end/21742)


On Wed, Jun 29, 2005 at 11:37:26AM -0400, David Edelsohn wrote:
> 	The following patch modifies write_complex_part() and
> read_complex_part() to reference the real and imaginary parts of the
> complex MEMs using adjust_address() instead of creating MEM SUBREGs that
> need to be decomposed later.

You shouldn't have had to do this; simplify_gen_subreg is supposed
to have simplified the subreg of memory into a plain MEM, via 
adjust_address.

Someone needs to look to see why this isn't working.


r~


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