This is the mail archive of the gcc@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: RTL generation


Hsin-Hsien Wu <sinsen.wu@msa.hinet.net> writes:

> Hello,
>      I am porting GCC to a new cpu. It is modified from the GCC arm port.
> Currently, I am dealing with the addressing modes. 
> I have noticed that when I use "-O2" GCC generates an addressing mode that I 
> don't want.
> And this addressing mode appears in foobar.c.00.rtl.

You probably need to change GO_IF_LEGITIMATE_ADDRESS.

zw


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