public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Reminder: delete_trivially_dead insns regression
@ 2004-12-09 18:09 Joern RENNECKE
  0 siblings, 0 replies; only message in thread
From: Joern RENNECKE @ 2004-12-09 18:09 UTC (permalink / raw)
  To: gcc-patches, gcc, dave.anglin, geoffk

The effectiveness of delete_trivially_dead_insns has been considerably 
reduced last year.
I have sent a patch here: 
http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01037.html
which is still waiting for review.

2004-05-17  J"orn Rennecke <joern.rennecke@superh.com>

	Back out this patch:
	  2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
	  PR optimization/12142
	  * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
	  uses of the register in the SET_SRC.  Remove unnecessary argument.

	Replace it with this:
	* cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
	if flag_non_call_exceptions is set and the insn may trap, pass
	pc_rtx as dest for recursion.
	In SET_SRC part of SET case, if dest is already set, pass it down
	unchanged.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-09 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-09 18:09 Reminder: delete_trivially_dead insns regression Joern RENNECKE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).