public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeff Law <jeffreyalaw@gmail.com>
To: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Richard Biener <richard.guenther@gmail.com>,
	"Bin.Cheng" <amker.cheng@gmail.com>,
	Eric Botcazou <ebotcazou@adacore.com>, Jeff Law <law@redhat.com>,
	GCC Patches <gcc-patches@gcc.gnu.org>,
	"bin.cheng" <bin.cheng@linux.alibaba.com>
Subject: Re: 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch
Date: Tue, 27 Jul 2021 09:20:57 -0600	[thread overview]
Message-ID: <c04de0e7-d933-a83a-4d61-d3a884669d9a@gmail.com> (raw)
In-Reply-To: <20210726225505.GU1583@gate.crashing.org>



On 7/26/2021 4:55 PM, Segher Boessenkool wrote:
> On Fri, Jul 23, 2021 at 10:27:37AM -0600, Jeff Law wrote:
>> On 7/22/2021 7:04 AM, Richard Biener via Gcc-patches wrote:
>>> On Thu, Jul 22, 2021 at 9:02 AM Bin.Cheng via Gcc-patches
>>> <gcc-patches@gcc.gnu.org> wrote:
>>>> Gentle ping.  Any suggestions would be appreciated.
>>> So just to say something - does the existing code mean that any use of
>>> the alias info on prologue/epilogue insns is wrong?  We have
>>>
>>>    /* The prologue/epilogue insns are not threaded onto the
>>>       insn chain until after reload has completed.  Thus,
>>>       there is no sense wasting time checking if INSN is in
>>>       the prologue/epilogue until after reload has completed.  */
>>>    bool could_be_prologue_epilogue = ((targetm.have_prologue ()
>>>                                        || targetm.have_epilogue ())
>>>                                       && reload_completed);
>>>
>>> so when !could_be_prologue_epilogue then passes shouldn't run into
>>> them if the comment is correct.  But else even epilogue stmts could appear
>>> anywhere (like scheduled around)?  So why's skipping those OK?
>> These insns don't exist until after reload has completed.  I think this
>> code is just trying to be more compile-time efficient and not look for
>> them when they're known to not exist.
> Yeah.  Unfortunately it isn't trivial to see if this is a premature
> optimisation, or if this is needed for correctness instead.  But it is
> stage 1 still :-)


https://gcc.gnu.org/pipermail/gcc-patches/2000-May/031560.html

Jeff

  reply	other threads:[~2021-07-27 15:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-14  9:14 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch bin.cheng
2021-07-22  7:01 ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Bin.Cheng
2021-07-22 13:04   ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Richard Biener
2021-07-22 23:36     ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Segher Boessenkool
2021-07-23 16:27     ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Jeff Law
2021-07-26 22:55       ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Segher Boessenkool
2021-07-27 15:20         ` Jeff Law [this message]
2021-07-22 23:51 ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Segher Boessenkool
2021-07-23  6:50   ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Bin.Cheng
2021-07-23 16:29 ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Jeff Law
2021-07-26  1:47   ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Bin.Cheng
2021-07-26 15:07     ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Jeff Law
2021-07-27  8:50       ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Bin.Cheng
2021-07-27  8:59         ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Richard Biener
2021-07-27 15:21         ` 0001-Don-t-skip-prologue-instructions-as-it-could-affect-.patch Jeff Law

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=c04de0e7-d933-a83a-4d61-d3a884669d9a@gmail.com \
    --to=jeffreyalaw@gmail.com \
    --cc=amker.cheng@gmail.com \
    --cc=bin.cheng@linux.alibaba.com \
    --cc=ebotcazou@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=law@redhat.com \
    --cc=richard.guenther@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).