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] Separate jump bypassing pass


On Wed, Jan 15, 2003 at 11:43:17AM -0700, Roger Sayle wrote:
> 	* gcse.c (one_cprop_pass): Change function arguments to take both
> 	cprop_jumps and bypass_jumps flags instead of just alter_jumps.
> 	(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
> 	(bypass_jumps): New function to perform separate jump bypassing pass.
> 	* rtl.h (bypass_jumps): Add function prototype.
> 	* timevar.def (TV_BYPASS): New timing variable.
> 	* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
> 	(dump_file): New entry for the bypass RTL dump file.
> 	(rest_of_compilation): Insert new jump bypassing optimization
> 	pass after loop.
> 	* doc/passes.texi: Document new pass.

Ok.


r~


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