https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95347

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Aaron Sawdey
<[email protected]>:

https://gcc.gnu.org/g:6e81b0cf4ff75f65edfd2d83bfa2933f35ae66af

commit r10-8325-g6e81b0cf4ff75f65edfd2d83bfa2933f35ae66af
Author: Aaron Sawdey <[email protected]>
Date:   Wed Jun 17 15:35:55 2020 -0500

    identify lfs prefixed case PR95347

    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.

            Backport from master
            2020-06-03  Aaron Sawdey  <[email protected]>

            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.

Reply via email to