public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Jan Hubicka <jh@suse.cz>
Cc: gcc@gcc.gnu.org
Subject: Re: SUBREGs and modes
Date: Wed, 02 Aug 2000 05:58:00 -0000	[thread overview]
Message-ID: <20000802150417.K26939@sunsite.ms.mff.cuni.cz> (raw)
In-Reply-To: <20000802144916.L22797@atrey.karlin.mff.cuni.cz>

On Wed, Aug 02, 2000 at 02:49:16PM +0200, Jan Hubicka wrote:
> Hi
> (except for many other cases), my checker pointed out
> weird usage of SUBREGs. According to my uderstanding the docs, when
> WORDNUM is nonzero, the  innermode must be greater than word and
> the outer mode must be word.
> 
> My checker has caught occurences of subregs not matching these constraints
> such as:
> (subreg:HI (reg:DI ) 1)
> in i386.
> 
> These happends in early stages of RTL generation and seems to be results of
> combining two SUBREGS together. Simplifiers in recog.c and combine.c can't deal
> with such SUBREGS when they get constant insode so we at least miss
> optimizations.
> 
> So the question is, whether are such subregs correct, if so we
> should probably docuemnt their semantics and add optimizations, if not,
> how to avoid these?
> 
> Jakub: Does your (and Davids) SUBREG_BYTE work touch this issue somehow?

Yes, things are quite different.
First of all, one big endian subreg_lowpart_p has nonzero BYTENUM.
(subreg:QI (reg:SI %eax) 1) is legal e.g. on i386, that's %ah.
I hope SUBREG_BYTE will be integrated soon and thus am not sure how much is
it worth of regoing the SUBREG_WORD stuff now (it would definitely be much
more work for me to keep up with the patches).

	Jakub

  reply	other threads:[~2000-08-02  5:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-02  5:49 Jan Hubicka
2000-08-02  5:58 ` Jakub Jelinek [this message]
2000-08-02  8:39 ` Joern Rennecke
2000-08-02  8:49   ` Jan Hubicka
2000-08-02  9:13     ` Joern Rennecke
2000-08-02  9:30       ` Jan Hubicka
2000-08-02 12:40         ` Geoff Keating

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=20000802150417.K26939@sunsite.ms.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=jh@suse.cz \
    /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).