Kyrylo Tkachov writes:
[...]
>
> Ok.
> Thanks for doing this.
> Kyrill
Hi Kyrill,
installed into trunk as d2ed233cb940.
Thanks
Andrea
Hi Andrea,
Sorry for the delay
> -Original Message-
> From: Gcc-patches On Behalf Of
> Andrea Corallo
> Sent: 24 June 2020 11:04
> To: gcc-patches@gcc.gnu.org
> Cc: Richard Earnshaw ; nd ;
> Kyrill Tkachov
> Subject: Re: [PATCH v4] arm: Implement Armv
Andrea Corallo writes:
> Andrea Corallo writes:
>
>> Hi all,
>>
>> here the latest version of the patch to enable Armv8.1-M Mainline
>> LOB (low overhead branch) extension low overhead loops (LOL) feature
>> using the 'loop-doloop' pass.
>>
>> I posted a previous version of it during stage 4.
>>
Andrea Corallo writes:
> Hi all,
>
> here the latest version of the patch to enable Armv8.1-M Mainline
> LOB (low overhead branch) extension low overhead loops (LOL) feature
> using the 'loop-doloop' pass.
>
> I posted a previous version of it during stage 4.
>
> Given the following function:
>
>
Hi all,
here the latest version of the patch to enable Armv8.1-M Mainline
LOB (low overhead branch) extension low overhead loops (LOL) feature
using the 'loop-doloop' pass.
I posted a previous version of it during stage 4.
Given the following function:
void
loop (int *a)
{
for (int i = 0; i <