Re: [PATCH] bitint: Some bitint store fixes [PR114405]

2024-03-22 Thread Richard Biener
On Fri, 22 Mar 2024, Jakub Jelinek wrote: > Hi! > > The following patch fixes some bugs in the handling of stores to large/huge > _BitInt bitfields. > > In the first 2 hunks we are processing the most significant limb of the > actual type (not necessarily limb in the storage), and so we know it

[PATCH] bitint: Some bitint store fixes [PR114405]

2024-03-22 Thread Jakub Jelinek
Hi! The following patch fixes some bugs in the handling of stores to large/huge _BitInt bitfields. In the first 2 hunks we are processing the most significant limb of the actual type (not necessarily limb in the storage), and so we know it is either partial or full limb, so [1, limb_prec] bits