Hi Iain, On Tue, Sep 24, 2019 at 08:31:16PM +0100, Iain Sandoe wrote: > This switches the picbase load and reload patterns to use the 'P' mode > iterator instead of writing an SI and DI pattern for each (and deletes the > old patterns). No functional change intended.
> (define_expand "load_macho_picbase" > - [(set (reg:SI LR_REGNO) > + [(set (reg LR_REGNO) This changes it to VOIDmode instead? It should have been reg:P LR_REGNO? > (define_expand "reload_macho_picbase" > - [(set (reg:SI LR_REGNO) > + [(set (reg LR_REGNO) Same here. Segher