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]

Re: rtl generation & predicates


> More to the point, the gen_* functions assume the caller has already called the
> appropriate predicate functions, and adpopted alternative codegen strategies if
> the predicates failed, such as copying the argument to a pseudo registers.

Well, it is also possible that you have multiple patterns that differ only
in their predicates and output templates.  Then you can pick one gen_*
function and use it for any of these similar patterns.


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