This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Abt RTL expression
- From: Mohamed Shafi <shafitvm at yahoo dot com>
- To: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- Cc: gcc at gcc dot gnu dot org, Revital1 Eres <ERES at il dot ibm dot com>
- Date: Tue, 17 Oct 2006 01:10:02 -0700 (PDT)
- Subject: Re: Abt RTL expression
> It is because matching has not yet been attempted.
ok.. so what is the option to get hold of a rtl dump after all the matching is done
----- Original Message ----
From: Rask Ingemann Lambertsen <rask@sygehus.dk>
To: Mohamed Shafi <shafitvm@yahoo.com>
Cc: gcc@gcc.gnu.org; Revital1 Eres <ERES@il.ibm.com>
Sent: Tuesday, October 17, 2006 1:21:30 PM
Subject: Re: Abt RTL expression
On Mon, Oct 16, 2006 at 09:32:58PM -0700, Mohamed Shafi wrote:
>
> In th document
> http://gcc.gnu.org/onlinedocs/gccint/Insns.html#Insns
>
> it is said that "An integer that says which pattern in the machine description matches
> this insn, or -1 if the matching has not yet been attempted.Such matching is never attempted and this field remains -1 on an insn
> whose pattern consists of a single use, clobber ...."
>
> The integer in my pattern is -1. In fact integer for all the insn for a program (980602-2.c) like
It is quite normal for the first 6-7 dump files. It is because matching
has not yet been attempted.
--
Rask Ingemann Lambertsen