public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Sandiford <richard.sandiford@arm.com>
To: Richard Biener <richard.guenther@gmail.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: Make ifcvt clean up dead comparisons
Date: Fri, 12 Jul 2019 10:49:00 -0000	[thread overview]
Message-ID: <mptwognfskj.fsf@arm.com> (raw)
In-Reply-To: <CAFiYyc2PME8fFP8xgpHCtauipcy+RNHBC7gasq0HSB7GWFi1oQ@mail.gmail.com>	(Richard Biener's message of "Fri, 12 Jul 2019 12:31:55 +0200")

Richard Biener <richard.guenther@gmail.com> writes:
> On Fri, Jul 12, 2019 at 12:28 PM Richard Sandiford
> <richard.sandiford@arm.com> wrote:
>>
>> Richard Biener <richard.guenther@gmail.com> writes:
>> > On Fri, Jul 12, 2019 at 10:00 AM Richard Sandiford
>> > <richard.sandiford@arm.com> wrote:
>> >>
>> >> This change is needed to avoid a regression in gcc.dg/ifcvt-3.c
>> >> for a later patch.  Without it, we enter CSE with a dead comparison left
>> >> by if-conversion and then eliminate the second (live) comparison in
>> >> favour of the dead one.  That's functionally correct in itself, but it
>> >> meant that we'd combine the subtraction and comparison into a SUBS
>> >> before we have a chance to fold away the subtraction.
>> >>
>> >> Tested on aarch64-linux-gnu, aarch64_be-elf and x86_64-linux-gnu.
>> >> OK to install?
>> >
>> > cfg_cleanup if it does, runs fast-dce after cleaning up the CFG so does
>> > it make sense to do this in the caller instead?  (and after removing the
>> > live problem just in case dce tries to keep that updated?)
>>
>> I think that only happens with CLEANUP_CROSSJUMP, which we don't use
>> here as things stand.  But that could easily change in future, and yeah,
>> doing it after removing the live problem would be better.
>>
>> So something like the attached?  (Only lightly tested, but it does
>> still fix the original problem.)
>
> Yeah, that works, too (I was originally thinking to simply put it after
> the cleanup_cfg (0) call ...).
>
> Any reason you use 0x100 instead of 256?

Just trying to set a precedent for future flags. :-)  Beyond 65536 I have
to look it up.

> If nobody objects this is OK.

Thanks.

Richard

      reply	other threads:[~2019-07-12 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12  8:08 Richard Sandiford
2019-07-12  9:53 ` Richard Biener
2019-07-12 10:32   ` Richard Sandiford
2019-07-12 10:36     ` Richard Biener
2019-07-12 10:49       ` Richard Sandiford [this message]

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=mptwognfskj.fsf@arm.com \
    --to=richard.sandiford@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=richard.guenther@gmail.com \
    /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).