This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rtl dumps
- From: "Steven Bosscher" <stevenb dot gcc at gmail dot com>
- To: "Andrija Radicevic" <andrija dot radicevic at zg dot t-com dot hr>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 2 Dec 2006 00:12:31 +0100
- Subject: Re: rtl dumps
- References: <001501c7159b$0c20aa50$0a01a8c0@harlequin>
On 12/1/06, Andrija Radicevic <andrija.radicevic@zg.t-com.hr> wrote:
Hi,
I have noticed that the INSN_CODE for all patterns in the rtl dumps
.00.expand are -1 ... does this mean that the .md file was not used for the
initial RTL generation?
It was used, but it is assumed that the initial RTL produced by
'expand' is valid, i.e. you should be able to call recog() on all
insns and not fail.
Gr.
Steven