Re: Does anyone have Vlad's CSE speedup patches from many years ago

2006-05-28 Thread Vladimir N. Makarov
Steven Bosscher wrote: Hello, When fwprop gets approved, CSE path following will disappear. We lose virtually no optimization opportunities. Still, it should not be very hard to make CSE work on extended basic blocks (but without rescanning like path following does). All that would be needed

Does anyone have Vlad's CSE speedup patches from many years ago

2006-05-28 Thread Steven Bosscher
Hello, When fwprop gets approved, CSE path following will disappear. We lose virtually no optimization opportunities. Still, it should not be very hard to make CSE work on extended basic blocks (but without rescanning like path following does). All that would be needed is infrastructure in cse.