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]

Re: flow patch to handle clobbers of live registers in PARALLELs


> What has that got to do with anything?  flow2 runs completely
> after reload.

It was flow1 that deleted the insn with the clobber.

reload was happy because it used the global_live_at_start regset, where
the return address register was still marked as dead.
flow2 aborted because when it recalculated global_live_at_start from
global_live_at_end, the result didn't match.


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