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: [tuples][patch] Converting several easy passes


On 03/04/08 22:43, Oleg Ryjkov wrote:

pass_simple_dse should not be run yet, as gimple loaded_syms are not
prepared yet.

They are not? They should be as they are part of operand scanning and alias analysis, which are already operational.


2008-03-04 Oleg Ryjkov <olegr@google.com>

	* tree-ssa-dse.c (execute_simple_dse): Commented out.
	* passes.c (init_optimization_passes): Disabling pass_simple_dse.


Reverting this patch is enough to get the regressions?



Thanks. Diego.



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