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
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