Ping: [PATCH 2/3] Set power10 fusion if -mtune=power10.

2021-12-13 Thread Michael Meissner via Gcc-patches
Ping patch. | Date: Fri, 19 Nov 2021 09:55:50 -0500 | From: Michael Meissner | Subject: [PATCH 2/3] Set power10 fusion if -mtune=power10. | Message-ID: https://gcc.gnu.org/pipermail/gcc-patches/2021-November/585006.html Note, I will be on-line through December 20th. I will be off-line

Re: [PATCH 2/3] Set power10 fusion if -mtune=power10.

2021-11-22 Thread Michael Meissner via Gcc-patches
On Mon, Nov 22, 2021 at 10:06:17AM -0600, Bill Schmidt wrote: > Hi Mike, > > On 11/19/21 8:55 AM, Michael Meissner wrote: > > Set power10 fusion if -mtune=power10. > > > > In doing the patch for zero cycle moves for switch statements and indirect > > jumps, I noticed the fusion support is only

Re: [PATCH 2/3] Set power10 fusion if -mtune=power10.

2021-11-22 Thread Bill Schmidt via Gcc-patches
Hi Mike, On 11/19/21 8:55 AM, Michael Meissner wrote: > Set power10 fusion if -mtune=power10. > > In doing the patch for zero cycle moves for switch statements and indirect > jumps, I noticed the fusion support is only done if -mcpu=power10. This > option > enables power10 fusion if we use

[PATCH 2/3] Set power10 fusion if -mtune=power10.

2021-11-19 Thread Michael Meissner via Gcc-patches
Set power10 fusion if -mtune=power10. In doing the patch for zero cycle moves for switch statements and indirect jumps, I noticed the fusion support is only done if -mcpu=power10. This option enables power10 fusion if we use -mtune=power10. I have built and run the testsuites on little endian