Re: [PATCH] fold-mem-offsets: Convert from DF to RTL-SSA

2025-07-23 Thread Christoph Müllner
On Mon, Jun 30, 2025 at 1:05 PM Richard Sandiford wrote: > > Christoph Müllner writes: > > This patch converts the fold-mem-offsets pass from DF to RTL-SSA. > > Along with this conversion, the way the pass collects information > > was completely reworked. Instead of visiting each instruction mul

Re: [PATCH] fold-mem-offsets: Convert from DF to RTL-SSA

2025-06-30 Thread Richard Sandiford
Christoph Müllner writes: > This patch converts the fold-mem-offsets pass from DF to RTL-SSA. > Along with this conversion, the way the pass collects information > was completely reworked. Instead of visiting each instruction multiple > times, this is now down only once. > > Most significant chan