This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Illegal schedule
- From: Alex Turjan <aturjan at yahoo dot com>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 22 Jun 2010 01:59:12 -0700 (PDT)
- Subject: Re: Illegal schedule
> Do I have to reorganize the code prior to slot filling? Do
> I have to make sure that some problematic instructions do
> not appear in slots?
Perhaps a easy way to solve the problem would be to claim for branches a memory port a number of stages before and after the IF; to avoid in this way hazards in the delay slots.
Alternatively you can adjust the gcc delay slot filler (reorg.c) for your architecture.