public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "fjahanian at apple dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/18641] [4.0 Regression] Another ICE caused by reload of a psuedo reg into f0 for a DImode expr
Date: Wed, 01 Dec 2004 22:08:00 -0000	[thread overview]
Message-ID: <20041201220741.31970.qmail@sourceware.org> (raw)
In-Reply-To: <20041124011632.18641.fjahanian@apple.com>


------- Additional Comments From fjahanian at apple dot com  2004-12-01 22:07 -------
Regardless of how we fix this specific problem; by reverting Ulrich's patch to find_reloads_address, 
making the small change he proposed in find_reloads, or something else, there remains the
problem each time a 64-bit integer constant is loaded into an FPR. This is a cronic problem which
we need to address. Now is as good as ever. Being a newby in this area please bear with me.

I see a couple of solutions:

1) Do not use FPR for a 64-bit constant integers. This is indeed what happens when reverting Ulrich's
    patch. What benefit do we gain by allowing use of FPR for these cases? Don't we always need to
    eventually load the constant into a pair of GPRs, via going to memory first. What are the cases where
    using FPR is beneficial (to reduce register pressure is one answer, but then we still need to go
    to memory and back to GPRs for any useful operation).

2) Handle this special case in the splitter which is used. But this requires going to memory. Can this
    be done in the splitter? This seems to be a better solution if 1) cannot be disallowed. 

-- 


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


  parent reply	other threads:[~2004-12-01 22:08 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-24  1:16 [Bug target/18641] New: " fjahanian at apple dot com
2004-11-24  1:28 ` [Bug middle-end/18641] " pinskia at gcc dot gnu dot org
2004-11-24  1:53 ` pinskia at gcc dot gnu dot org
2004-11-24  1:55 ` [Bug middle-end/18641] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-24  2:00 ` pinskia at gcc dot gnu dot org
2004-11-24  2:04 ` pinskia at gcc dot gnu dot org
2004-11-24  5:07 ` pinskia at gcc dot gnu dot org
2004-11-24  5:56 ` pinskia at gcc dot gnu dot org
2004-11-24  6:01 ` pinskia at gcc dot gnu dot org
2004-11-24  6:05 ` pinskia at gcc dot gnu dot org
2004-11-24  6:08 ` pinskia at gcc dot gnu dot org
2004-11-24 14:50 ` uweigand at gcc dot gnu dot org
2004-11-24 18:19 ` dje at gcc dot gnu dot org
2004-11-25 20:32 ` rth at gcc dot gnu dot org
2004-11-25 21:53 ` uweigand at gcc dot gnu dot org
2004-11-25 21:57 ` uweigand at gcc dot gnu dot org
2004-11-25 22:44 ` rth at gcc dot gnu dot org
2004-11-28 18:12 ` laurent at guerby dot net
2004-12-01 22:08 ` fjahanian at apple dot com [this message]
2004-12-02 16:15 ` uweigand at gcc dot gnu dot org
2004-12-05  6:09 ` dje at gcc dot gnu dot org
2004-12-05 15:45 ` uweigand at gcc dot gnu dot org
2004-12-06 17:16 ` dje at watson dot ibm dot com
2004-12-06 17:29 ` pinskia at gcc dot gnu dot org
2004-12-06 17:56 ` fjahanian at apple dot com
2004-12-06 23:32 ` fjahanian at apple dot com
2004-12-07  3:10 ` dje at watson dot ibm dot com
2004-12-07 15:11 ` pinskia at gcc dot gnu dot org
2004-12-07 23:26 ` amodra at bigpond dot net dot au
2004-12-11 17:37 ` cvs-commit at gcc dot gnu dot org
2004-12-11 17:55 ` dje at gcc dot gnu dot org

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=20041201220741.31970.qmail@sourceware.org \
    --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).