public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/1532] [3.3/3.4 Regression] -O3 generates (obviously) redundant tests and jumps
Date: Thu, 12 Feb 2004 15:31:00 -0000	[thread overview]
Message-ID: <20040212153105.4461.qmail@sources.redhat.com> (raw)
In-Reply-To: <20010101090600.1532.duchier@ps.uni-sb.de>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-12 15:30 -------
Subject: Bug 1532

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ian@gcc.gnu.org	2004-02-12 15:30:52

Modified files:
	gcc            : ChangeLog cse.c flow.c hooks.c hooks.h rtl.h 
	                 target-def.h target.h targhooks.c targhooks.h 
	                 toplev.c 
	gcc/config/i386: i386.c 
	gcc/doc        : tm.texi 

Log message:
	PR target/1532
	Backport from mainline:
	
	2004-02-11  Richard Henderson  <rth@redhat.com>
	
	* flow.c (insn_dead_p): A clobber of a dead hard register is a
	dead insn after reload.
	
	2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
	
	* cse.c (cse_cc_succs): Change the mode of the source expression
	as soon as decide we need a new mode.  Don't permit changing modes
	if we found a match in a successor block.
	(cse_condition_code_reg): Save original mode of source expression
	so that we know whether we have to change the mode in other
	insns.
	
	2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
	
	* cse.c: (cse_cc_succs) Fix comparison warning.
	
	2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>
	
	* cse.c (cse_change_cc_mode): New static function.
	(cse_change_cc_mode_insns, cse_cc_succs): Likewise.
	(cse_condition_code_reg): New function.
	* rtl.h (cse_condition_code_reg): Declare.
	* toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
	* target.h (struct gcc_target): Add fixed_condition_code_regs and
	cc_modes_compatible.
	* target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
	(TARGET_CC_MODES_COMPATIBLE): Define.
	(TARGET_INITIALIZER): Add new initializers.
	* targhooks.c (default_cc_modes_compatible): New function.
	* targhooks.c (default_cc_modes_compatible): Declare.
	* hooks.c (hook_bool_intp_intp_false): New function.
	* hooks.h (hook_bool_intp_intp_false): Declare.
	* config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
	(TARGET_CC_MODES_COMPATIBLE): Define.
	(ix86_fixed_condition_code_regs): New static function.
	(ix86_cc_modes_compatible): Likewise.
	* doc/tm.texi (Condition Code): Document new hooks.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.184&r2=2.2326.2.185
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.278.4.2&r2=1.278.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flow.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.572&r2=1.572.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.22&r2=1.22.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.23&r2=1.23.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.448.4.1&r2=1.448.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.63&r2=1.63.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.74.2.1&r2=1.74.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/targhooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.12.2.1&r2=2.12.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/targhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.5&r2=2.5.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.863.4.7&r2=1.863.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.635.2.4&r2=1.635.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.281.2.8&r2=1.281.2.9



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1532


  parent reply	other threads:[~2004-02-12 15:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20010101090600.1532.duchier@ps.uni-sb.de>
2003-05-24 23:58 ` [Bug optimization/1532] " pinskia@physics.uc.edu
2003-06-16 23:19 ` pinskia@physics.uc.edu
2003-07-29  8:39 ` steven at gcc dot gnu dot org
2003-07-29  8:48 ` steven at gcc dot gnu dot org
2003-07-29  8:51 ` steven at gcc dot gnu dot org
2003-08-24 19:43 ` pinskia at gcc dot gnu dot org
2003-08-24 19:45 ` [Bug target/1532] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2003-10-16  0:49 ` mmitchel at gcc dot gnu dot org
2003-11-30  8:52 ` pinskia at gcc dot gnu dot org
2004-01-14  3:56 ` giovannibajo at libero dot it
2004-01-20 22:14 ` [Bug target/1532] [3.3/3.4/3.5 " ian at airs dot com
2004-01-23 19:42 ` ian at airs dot com
2004-01-23 21:05 ` cvs-commit at gcc dot gnu dot org
2004-01-23 22:50 ` [Bug target/1532] [3.3/3.4 " pinskia at gcc dot gnu dot org
2004-01-24  1:11 ` ian at wasabisystems dot com
2004-01-24  1:17 ` [Bug target/1532] [3.3/3.4/3.5 " pinskia at gcc dot gnu dot org
2004-01-25 14:41 ` ian at wasabisystems dot com
2004-01-27 13:09 ` cvs-commit at gcc dot gnu dot org
2004-02-11 23:52 ` cvs-commit at gcc dot gnu dot org
2004-02-11 23:53 ` [Bug target/1532] [3.3/3.4 " ian at wasabisystems dot com
2004-02-12 15:31 ` cvs-commit at gcc dot gnu dot org [this message]
2004-02-12 16:28 ` pinskia at gcc dot gnu dot org
2004-02-12 16:38 ` [Bug target/1532] [3.3 " ian at wasabisystems dot com
2004-03-05 11:55 ` gdr at gcc dot gnu dot org
2004-03-05 12:50 ` ian at wasabisystems dot com
2004-03-05 17:56 ` ian at wasabisystems dot com
2004-03-05 17:56 ` cvs-commit at gcc dot gnu dot org
2004-03-05 19:48 ` gdr at integrable-solutions dot net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040212153105.4461.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).