|
From: Julian S. <js...@ac...> - 2005-09-09 08:39:24
|
> On Friday 09 September 2005 09:33, sv...@va... wrote:
> Author: sewardj
> Date: 2005-09-09 09:33:03 +0100 (Fri, 09 Sep 2005)
> New Revision: 1375
>
> Log:
> Enhance the dead-code removal pass so that it detects unconditional
> side exits and deletes all code after them. This helps clean up the
> IR created by {l,st}sw{i,x} from the ppc32 front end. It's also a
> general transformation which ought to have been implemented long ago.
Folks -- note -- this is an IR optimiser change which affects all
targets. As far as I know it should not have any discernable
effect on correctness of the simulation, but ...
so be aware of possible strangeness after you svn up.
J
|