On Mon, Jun 15, 2020 at 09:25:40AM -0500, Aaron Sawdey wrote: > Now that this has been in trunk for a bit with no issues, ok to back port to > 10?
Yes please. Thanks! Segher > > The same problem also arises for plfs where prefixed_load_p() > > doesn't recognize it so we get just lfs in the asm output > > with an @pcrel address. > > > > PR target/95347 > > * config/rs6000/rs6000.c (is_stfs_insn): Rename to > > is_lfs_stfs_insn and make it recognize lfs as well. > > (prefixed_store_p): Use is_lfs_stfs_insn(). > > (prefixed_load_p): Use is_lfs_stfs_insn() to recognize lfs.