Andrea Corallo writes:
> Hi Kyrill,
>
> thanks for catching that.
>
> The attached is committed into master as d2b86e14c14.
>
> Andrea
And backported in releases/gcc-10 as e5907f3b631.
Andrea
hat.
The attached is committed into master as d2b86e14c14.
Andrea
>From d2b86e14c14020f3e119ab8f462e2a91bd7d46e5 Mon Sep 17 00:00:00 2001
From: Andrea Corallo
Date: Wed, 29 Jul 2020 19:04:40 +0200
Subject: [PATCH] aarch64: Add missing clobber for fjcvtzs
gcc/ChangeLog
2020-07-30 Andrea Cor
Hi Andrea,
> -Original Message-
> From: Andrea Corallo
> Sent: 04 August 2020 09:28
> To: gcc-patches@gcc.gnu.org
> Cc: Kyrylo Tkachov ; Richard Earnshaw
> ; Richard Sandiford
>
> Subject: Re: [PATCH] Aarch64: Add missing clobber for fjcvtzs
>
> Hi all,
&g
Hi all,
looking into the regression I realized I've got the condition into the
effective target test wrong (== vs !=). Apologies for the noise.
Bootstrapped on aarch64-none-linux-gnu and regresssioned on
aarch64-none-elf.
Still okay for trunk and to backport on gcc-10?
Thanks
Andrea
gcc/Ch
Andrea Corallo writes:
> Hi all,
>
> I'd like to submit the following patch that adds a missing CC reg
> clobber for the FJCVTZS instruction [1].
>
> The patch adds an executing testcase that fails without the clobber.
>
> Bootstrapped on aarch64-linux-gnu, regression ongoing.
>
> Okay for trunk w
Hi all,
I'd like to submit the following patch that adds a missing CC reg
clobber for the FJCVTZS instruction [1].
The patch adds an executing testcase that fails without the clobber.
Bootstrapped on aarch64-linux-gnu, regression ongoing.
Okay for trunk when finished testing?
Andrea
[1]
ht