This is the mail archive of the gcc-patches@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]

Re: Patch: enabling 1st insn scheduling for sh4.


On Thu, Feb 26, 2004 at 12:22:32AM -0500, DJ Delorie wrote:
> (set (reg:SI 0 r0) (call ...))
> 
> (set (reg:SI 456) (reg:SI 0 r0))
> 
> Unfortunately, sched1 moves those apart, and if one of the insns it
> moves between them *needs* r0, it fails.

This is supposed to be handled by in_post_call_group_p in 
sched_analyze_insn.  Find out why this isn't set, or why the
scheduling group is being broken.


r~


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