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: [PATCH] Conditionally turn off cfg cleanup for PHI-OPT if nothing is done


On 03/03/06 12:45, Andrew Pinski wrote:

> 	* tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.
> 	Set it when one of the replacement functions returned true.
> 	Return TODO_cleanup_cfg if cfgchanged is true.
> 	(pass_phiopt) <todo_flags_finish>: Remove TODO_cleanup_cfg.
> 
OK.

Patches along these lines are pre-approved if they don't introduce
regressions.  I will also ask that before/after timings be provided or
some analysis of the expected benefits.


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