public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: sayle@gcc.gnu.org
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: optimization/8423
Date: Thu, 23 Jan 2003 03:06:00 -0000	[thread overview]
Message-ID: <20030123030600.2386.qmail@sources.redhat.com> (raw)

The following reply was made to PR optimization/8423; it has been noted by GNATS.

From: sayle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: optimization/8423
Date: 23 Jan 2003 02:57:26 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	sayle@gcc.gnu.org	2003-01-23 02:57:26
 
 Modified files:
 	gcc            : ChangeLog cse.c simplify-rtx.c gcse.c 
 	                 builtins.c rtl.h toplev.c flags.h 
 
 Log message:
 	PR optimization/8423
 	* cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
 	its argument is constant, or 0 if !flag_gcse.
 	* simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
 	if it's argument is constant.
 	* gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
 	(hash_scan_set): Don't record CONSTANT_P_RTX expressions.
 	(do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
 	* builtins.c (purge_builtin_constant_p): New function to force
 	instantiation of any remaining CONSTANT_P_RTX nodes.
 	* rtl.h (purge_builtin_constant_p): Prototype here.
 	* toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
 	pass after GCSE and before loop.
 	(flag_gcse): No longer static.
 	* flags.h (flag_gcse): Prototype here.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16446&r2=1.16447
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&r1=1.246&r2=1.247
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/simplify-rtx.c.diff?cvsroot=gcc&r1=1.128&r2=1.129
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&r1=1.227&r2=1.228
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&r1=1.167&r2=1.168
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&r1=1.380&r2=1.381
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&r1=1.697&r2=1.698
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&r1=1.94&r2=1.95
 


             reply	other threads:[~2003-01-23  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-23  3:06 sayle [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-02 15:06 optimization/8423 dnovillo

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=20030123030600.2386.qmail@sources.redhat.com \
    --to=sayle@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).