"Bharati Bhole" <bharati.bhole@xxxxxxxxx> 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