This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about instruction packing
On Wednesday 05 January 2005 06:43, Balaji S wrote:
> After solving that, now i have a different problem with packing that two
> insns of two word each are getting packed together. Do i need to control
> this using TARGET_SCHED_VARIABLE_ISSUE?. If not, please guide me to specify
> this in DFA description itself.
You probably need to set some attribute on the insns and say that
the pipe is full if a two-word insns is issued. m32r does that
too ;-)
Gr.
Steven