public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Segher Boessenkool <segher@kernel.crashing.org>
To: Peter Bergner <bergner@linux.ibm.com>
Cc: Michael Meissner <meissner@linux.ibm.com>,
	gcc-patches@gcc.gnu.org, David Edelsohn <dje.gcc@gmail.com>,
	Will Schmidt <will_schmidt@vnet.ibm.com>
Subject: Re: Ping #5: [PATCH, V4] Eliminate power8 fusion options, use power8 tuning, PR target/102059
Date: Thu, 5 May 2022 14:35:34 -0500	[thread overview]
Message-ID: <20220505193534.GG25951@gate.crashing.org> (raw)
In-Reply-To: <19f35375-0b89-1a4d-82f0-0f90521acf61@linux.ibm.com>

On Thu, May 05, 2022 at 01:59:05PM -0500, Peter Bergner wrote:
> If we cannot get this in soonish, maybe we can at least get approval for
> applying Mike's simpler patch to the release branches, specifically GCC 10?
> 
>    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059#c31

Just an unconditional

  callee_isa &= ~OPTION_MASK_P8_FUSION;
  explicit_isa &= ~OPTION_MASK_P8_FUSION;

will do, no?  That is fine since these options should never have been
used to determine if anything can be inlined, in the first place.

A patch like that is pre-approved, even for trunk.

Thanks,


Segher

  reply	other threads:[~2022-05-05 19:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13  1:14 Michael Meissner
2022-04-20 16:01 ` Ping: " Michael Meissner
2022-04-20 20:06   ` Peter Bergner
2022-04-20 21:20 ` will schmidt
2022-04-26 16:19 ` Ping: " Michael Meissner
2022-04-28 19:20 ` Ping #4: " Michael Meissner
2022-05-03  1:06 ` Ping #5: " Michael Meissner
2022-05-05 18:59   ` Peter Bergner
2022-05-05 19:35     ` Segher Boessenkool [this message]
2022-05-05 19:59       ` Peter Bergner
2022-05-05 21:27         ` Segher Boessenkool
2022-05-05 21:35           ` Peter Bergner
2022-05-06 16:46           ` Peter Bergner
2022-05-05 22:51       ` Michael Meissner
2022-05-05 22:56         ` Peter Bergner
2022-05-05 19:12 ` Segher Boessenkool
2022-05-05 20:21   ` Michael Meissner
2022-05-05 21:44     ` 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=20220505193534.GG25951@gate.crashing.org \
    --to=segher@kernel.crashing.org \
    --cc=bergner@linux.ibm.com \
    --cc=dje.gcc@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=meissner@linux.ibm.com \
    --cc=will_schmidt@vnet.ibm.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).