On Mon, Feb 10, 2003 at 05:30:25PM +0100, Diego Novillo wrote:
On Mon, 10 Feb 2003, Andi Kleen wrote:
Hopefully CSE can be fixed too - I assume tree-ssa will do that
eventually?
Well, by having PRE and other cleanups at the tree level, the
hope is to go into GCSE and rip out all the code that tries to
deal with cases that can be more easily caught at the tree level.
GCSE doesn't seem to be that slow, just CSE is.
It's also not nearly as effective as it could be. GCSE doesn't catch a
lot of things, or perform very good load motion (not that it could,
it's not got good enough information), and performs no store motion, or
strength reduction.