Re: [PATCH][committed]middle-end intialize regnum in store_bit_field_1

2022-08-30 Thread Richard Biener via Gcc-patches
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

Re: [PATCH][committed]middle-end intialize regnum in store_bit_field_1

2022-08-30 Thread Richard Sandiford via Gcc-patches
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

Re: [PATCH][committed]middle-end intialize regnum in store_bit_field_1

2022-08-29 Thread Richard Biener via Gcc-patches
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