public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Martin Sebor <msebor@gmail.com>,
	Gcc Patch List <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] diagnose unsupported uses of hardware register variables (PR 88000)
Date: Wed, 14 Nov 2018 11:40:00 -0000	[thread overview]
Message-ID: <20181114114001.GQ11625@tucnak> (raw)
In-Reply-To: <20181114113505.GW23873@gate.crashing.org>

On Wed, Nov 14, 2018 at 05:35:06AM -0600, Segher Boessenkool wrote:
> On Wed, Nov 14, 2018 at 10:47:57AM +0100, Jakub Jelinek wrote:
> > This makes no sense to me.  There is nothing unsupported in passing
> > a local hard register variable to a function, that is well defined,
> > and as your testcase changes show, you broke quite some completely valid
> > testcases with that.
> 
> What could perhaps be useful is a warning for a local register var that
> is not used in any asm?
> 
> > What doesn't work as the reporter expect is assumption that local hard
> > register variables that live across function calls must have their values
> > preserved; they can be modified by the callees.
> 
> It would be really nice if we could fix that :-)

You mean for all local hard register variables living across function calls
save them into temporary and restore them around the calls?
One issue is that those variables aren't in SSA form, so liveness analysis
is harder.  And, would we want to have an exception for the stack pointer?
I mean there is no need for register void *sp __asm ("rsp"); to be
saved/restored that way, it shouldn't change value across function calls.
Plus, as has been mentioned, function calls aren't the only issue here,
e.g. division/modulo etc. that require specific hard registers might clobber
them too.

	Jakub

  reply	other threads:[~2018-11-14 11:40 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14  4:11 Martin Sebor
2018-11-14  9:39 ` Alexander Monakov
2018-11-15 22:34   ` Martin Sebor
2018-11-14  9:48 ` Jakub Jelinek
2018-11-14 11:35   ` Segher Boessenkool
2018-11-14 11:40     ` Jakub Jelinek [this message]
2018-11-14 11:50       ` Segher Boessenkool
2018-11-14 12:00         ` Jakub Jelinek
2018-11-14 12:11           ` Segher Boessenkool
2018-11-14 12:14             ` Jakub Jelinek
2018-11-15 18:31   ` Martin Sebor
2018-11-14 12:22 Segher Boessenkool
2018-11-14 12:27 ` Jakub Jelinek
2018-11-14 12:33   ` Alexander Monakov
2018-11-14 13:53     ` Segher Boessenkool
2018-11-14 15:50       ` Alexander Monakov
2018-11-14 17:47         ` Segher Boessenkool
2018-11-14 18:01           ` Alexander Monakov
2018-11-15 15:54             ` Michael Matz
2018-11-15 16:23               ` Alexander Monakov
2018-11-16 15:21                 ` Michael Matz
2018-11-16 16:28                   ` Alexander Monakov
2018-11-16 16:43                     ` Michael Matz
2018-11-16 22:12               ` Segher Boessenkool
2018-11-19 12:59                 ` Michael Matz
2018-11-19 17:18                   ` Segher Boessenkool
2018-11-14 13:47   ` Segher Boessenkool

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=20181114114001.GQ11625@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=msebor@gmail.com \
    --cc=segher@kernel.crashing.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).