Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-12 Thread Segher Boessenkool
On Mon, Jul 12, 2021 at 12:47:43PM -0500, Bill Schmidt wrote: > On 7/12/21 12:16 PM, Michael Meissner wrote: > >>Shouldn't this last be { lp64 && has_arch_pwr10 } ? > >Nope. Because the power10 vector multiply is done in the vector unit, it > >can > >generate the vmulld instruction. > > Please d

Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-12 Thread David Edelsohn via Gcc-patches
On Mon, Jul 12, 2021 at 1:47 PM Bill Schmidt wrote: > > On 7/12/21 12:16 PM, Michael Meissner wrote: > > On Sun, Jul 11, 2021 at 02:55:04PM -0500, Bill Schmidt wrote: > >> Hi Mike, > >> > >> On 7/7/21 3:04 PM, Michael Meissner wrote: > >>> [PATCH] PR 100167: Fix vector long long multiply/divide te

Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-12 Thread Bill Schmidt via Gcc-patches
On 7/12/21 12:47 PM, Bill Schmidt via Gcc-patches wrote: On 7/12/21 12:16 PM, Michael Meissner wrote: On Sun, Jul 11, 2021 at 02:55:04PM -0500, Bill Schmidt wrote: Hi Mike, On 7/7/21 3:04 PM, Michael Meissner wrote: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10.

Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-12 Thread Bill Schmidt via Gcc-patches
On 7/12/21 12:16 PM, Michael Meissner wrote: On Sun, Jul 11, 2021 at 02:55:04PM -0500, Bill Schmidt wrote: Hi Mike, On 7/7/21 3:04 PM, Michael Meissner wrote: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10. This patch updates the vector long long multiply and divid

Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-12 Thread Michael Meissner via Gcc-patches
On Sun, Jul 11, 2021 at 02:55:04PM -0500, Bill Schmidt wrote: > Hi Mike, > > On 7/7/21 3:04 PM, Michael Meissner wrote: > >[PATCH] PR 100167: Fix vector long long multiply/divide tests on power10. > > > >This patch updates the vector long long multiply and divide tests to > >supply the correct cod

Re: Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-11 Thread Bill Schmidt via Gcc-patches
Hi Mike, On 7/7/21 3:04 PM, Michael Meissner wrote: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10. This patch updates the vector long long multiply and divide tests to supply the correct code information if power10 code generation is used. 2021-07-07 Michael Meissne

Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10

2021-07-07 Thread Michael Meissner via Gcc-patches
[PATCH] PR 100167: Fix vector long long multiply/divide tests on power10. This patch updates the vector long long multiply and divide tests to supply the correct code information if power10 code generation is used. 2021-07-07 Michael Meissner gcc/testsuite/ PR testsuite/100167