Ian Lance Taylor wrote:
Paolo Bonzini <[EMAIL PROTECTED]> writes:
I suppose we could add a target macro to let individual ports turn
off REG_NO_CONFLICT generation? Any other ideas?
A pass to reorder insns so that live ranges are shortened and register
pressure is relieved.
I think you could do this with the scheduler, with appropriate target
hooks. In fact, it sounds like the anti-scheduler.
Hum, searches for "antischeduler" did not bring any result. Sounds like
Cygnus old timers already have a patch for it??? ;-)
It would be curious indeed on the x86 to "antischedule" on the first
scheduling pass (which is now disabled) and to "schedule" properly on
the second.
Paolo