This is the mail archive of the gcc-help@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: Guidance neede for RTL matching!


"Bharati Bhole" <bharati.bhole@gmail.com> writes:

>  I want to know where RTL matching is done during the process of
> conversion of RTL to ASM during compilation.

RTL matching against the CPU.md file is done in gcc/recog.c.  This
calls functions which are defined in files which are generated during
the build process.  The main such file for matching is insn-recog.c.

Ian


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