public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeff Law <jeffreyalaw@gmail.com>
To: Aldy Hernandez <aldyh@redhat.com>
Cc: Andrew MacLeod <amacleod@redhat.com>,
	GCC patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] [PR102501] Adjust jump threading testcases for ppc64* and others.
Date: Tue, 28 Sep 2021 10:36:27 -0600	[thread overview]
Message-ID: <6c22e256-1cc7-e781-91a1-435ae85ba682@gmail.com> (raw)
In-Reply-To: <20210928160903.952916-1-aldyh@redhat.com>



On 9/28/2021 10:09 AM, Aldy Hernandez wrote:
> I really don't know what to do here.  This is a bit of whack-o-mole.
> The IL is sufficiently different for various architectures that any
> tweak can cause the number of jump threads to vary.
>
> For the pr7745-2.c testcase, we have less threading candidates because 2
> of them now cross loop boundaries.  Interestingly, this test matches
> "Jumps threaded", not threads registered, so the block copier can
> drop threads at copying time adding further confusion.
>
> For example, we can register N threads, but the old copier can cancel
> N-M threads while updating the CFG for a variety of different reasons
> (removed edges, threading through loop exits, etc).  This makes the
> "Registering jump threads" not to match the total number of threads this
> test checks for with "Jumps threaded".
>
> The pr66752-3.c test OTOH, is just a matter of thread4 eliminating the
> "if".  I had erroneously thought it would always be eliminated by
> thread3, but we really don't care where it gets cleaned up.  All we know
> is that DCE can't depend on the early threaders doing this work, because
> it may cross loop boundaries.  I've chosen thread4 arbitrarily, but we
> could just as easily pick the ".optimized" dump.
>
> Sorry, I'm really at my wits end here.  I don't see any clean path
> forward, except rewrite these tests as gimple IL.  They're close to useless
> as they sit.
>
> OK?
>
> gcc/testsuite/ChangeLog:
>
> 	PR testsuite/102501
> 	* gcc.dg/tree-ssa/pr66752-3.c: Adjust.
> 	* gcc.dg/tree-ssa/pr77445-2.c: Adjust.
Note these were two of the consistent failures on other targets as well.
Jeff


      reply	other threads:[~2021-09-28 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28 16:09 Aldy Hernandez
2021-09-28 16:36 ` Jeff Law [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=6c22e256-1cc7-e781-91a1-435ae85ba682@gmail.com \
    --to=jeffreyalaw@gmail.com \
    --cc=aldyh@redhat.com \
    --cc=amacleod@redhat.com \
    --cc=gcc-patches@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).