Question about instruction packing
Steven Bosscher
stevenb@suse.de
Wed Jan 5 11:11:00 GMT 2005
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
More information about the Gcc
mailing list