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: How to implement the instruction in the back end


"Mohamed Shafi" <shafitvm@gmail.com> writes:

> But it would of great help if you could tell the C statment that
> actually invoked this type of pattern .. Maybe wrt some back-end?

This type of pattern is only generated by if-conversion.  Look at
cond_exec_process_insns in ifcvt.c.

Ian


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