Re: [PING^5][PATCH] Alpha: Fix base block alignment calculation regression

2025-05-01 Thread Maciej W. Rozycki
On Sat, 19 Apr 2025, Maciej W. Rozycki wrote: > > > > Address this issue by recursing into COMPONENT_REF tree nodes until the > > > > outermost one has been reached, which is supposed to be a MEM_REF one, > > > > accumulating the offset as we go, fixing a commit e0dae4da4c45 ("Alpha: > > > > Also

Re: [PING^5][PATCH] Alpha: Fix base block alignment calculation regression

2025-04-19 Thread Maciej W. Rozycki
On Sat, 19 Apr 2025, Jeff Law wrote: > > > Address this issue by recursing into COMPONENT_REF tree nodes until the > > > outermost one has been reached, which is supposed to be a MEM_REF one, > > > accumulating the offset as we go, fixing a commit e0dae4da4c45 ("Alpha: > > > Also use tree informat

Re: [PING^5][PATCH] Alpha: Fix base block alignment calculation regression

2025-04-19 Thread Jeff Law
On 4/14/25 5:50 AM, Maciej W. Rozycki wrote: On Tue, 25 Feb 2025, Maciej W. Rozycki wrote: Address this issue by recursing into COMPONENT_REF tree nodes until the outermost one has been reached, which is supposed to be a MEM_REF one, accumulating the offset as we go, fixing a commit e0dae4da

[PING^5][PATCH] Alpha: Fix base block alignment calculation regression

2025-04-14 Thread Maciej W. Rozycki
On Tue, 25 Feb 2025, Maciej W. Rozycki wrote: > Address this issue by recursing into COMPONENT_REF tree nodes until the > outermost one has been reached, which is supposed to be a MEM_REF one, > accumulating the offset as we go, fixing a commit e0dae4da4c45 ("Alpha: > Also use tree information