On Tue, 30 Aug 2022, Richard Sandiford wrote:
> Richard Biener via Gcc-patches writes:
> > On Tue, 30 Aug 2022, Tamar Christina wrote:
> >
> >> Hi All,
> >>
> >> This initializes regnum to 0 for when undefined_p.
> >> 0 is the right default as it's supposed to get the lowpart
> >> when undefined
Richard Biener via Gcc-patches writes:
> On Tue, 30 Aug 2022, Tamar Christina wrote:
>
>> Hi All,
>>
>> This initializes regnum to 0 for when undefined_p.
>> 0 is the right default as it's supposed to get the lowpart
>> when undefined.
>>
>> Bootstrapped Regtested on aarch64-none-linux-gnu and n
On Tue, 30 Aug 2022, Tamar Christina wrote:
> Hi All,
>
> This initializes regnum to 0 for when undefined_p.
> 0 is the right default as it's supposed to get the lowpart
> when undefined.
>
> Bootstrapped Regtested on aarch64-none-linux-gnu and no issues.
>
> Ok for master?
OK.
> Thanks,
> Ta