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]

Doubt about filling delay slot


Hello all,

It is not necessary that a pattern with a single constrain will have
only one instruction in the template.
Say if the pattern A have two instructions in the template and pattern
B has one instruction in the template and the target has only two
delay slots will i be able to tell gcc that if delay slot 1 is filled
with pattern A then don't fill the delay slot 2?

Regards,
Shafi.


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