Re: [PATCH] ifcombine field-merge: saturate align at inner object size

2024-12-11 Thread Alexandre Oliva
On Dec 11, 2024, Richard Biener wrote: > Am 11.12.2024 um 14:50 schrieb Alexandre Oliva : >> if (get_best_mode (end_bit - first_bit, first_bit, 0, 0, > I think These 0, 0 args are supposed to indicate Maximum extent of the > resulting Access - but Widening to the largest Mode fitting alignment >

Re: [PATCH] ifcombine field-merge: saturate align at inner object size

2024-12-11 Thread Richard Biener
> Am 11.12.2024 um 14:50 schrieb Alexandre Oliva : > > On Dec 10, 2024, Richard Biener wrote: > >>> On Mon, Dec 9, 2024 at 8:55 PM Alexandre Oliva wrote: >>> Regstrapped on x86_64-linux-gnu. The aarch64 CI had reported a >>> regression with v3, so I'm also running a regstrap on aarch64-lin

[PATCH] ifcombine field-merge: saturate align at inner object size

2024-12-11 Thread Alexandre Oliva
On Dec 10, 2024, Richard Biener wrote: > On Mon, Dec 9, 2024 at 8:55 PM Alexandre Oliva wrote: >> Regstrapped on x86_64-linux-gnu. The aarch64 CI had reported a >> regression with v3, so I'm also running a regstrap on aarch64-linux-gnu, >> but it will still be a while. Ok to install if it pass