This is the mail archive of the gcc@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: Request for documentation: Do "define_instruction_and_split" patterns apply also in the combiner pass?


Björn Haase <bjoern.m.haase@web.de> writes:

> I am presently working on the back-end of the avr port and got stuck
> when planning improvements of the back-end. When looking at the arm
> port, e.g., it seems that the compiler knows
> "define_instruction_and_split" patterns that are so far not
> documented in the gcc manual.

I assume you're talking about define_insn_and_split, which is indeed
documented.  Are you sure you've not confused it by name?

  http://gcc.gnu.org/onlinedocs/gccint/Insn-Splitting.html#Insn-Splitting

Ben


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