This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to deal with unrecognizable RTL code
- From: Paolo Bonzini <paolo dot bonzini at gmail dot com>
- To: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- Cc: "daniel.tian" <daniel dot tian at mavrixtech dot com dot cn>, 'Paolo Bonzini' <bonzini at gnu dot org>, gcc at gcc dot gnu dot org, 'Peng Zheng' <peng dot zheng at mavrixtech dot com>
- Date: Wed, 24 Jun 2009 11:36:06 +0200
- Subject: Re: How to deal with unrecognizable RTL code
- References: <20090624085400.DBE5250C9E1A@mail.mavrixtech.com.cn> <4A41F653.4080608@gmail.com>
Dave Korn wrote:
> daniel.tian wrote:
>
>>>> 2) what pass is producing those subregs?
>> This is really puzzled me. I just wrote the PROMOTE_MODE like MIPS.
>
>> Any advice?
>
> Turn on the RTL dump files and see where the subregs first appear?
Yes, that's waht I meant.
Paolo