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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by YunQiang Su <s...@gcc.gnu.org>:

https://gcc.gnu.org/g:d3b4ba120ce3b743838c3545a24554989955722a

commit r15-659-gd3b4ba120ce3b743838c3545a24554989955722a
Author: YunQiang Su <s...@gcc.gnu.org>
Date:   Thu May 16 02:30:50 2024 +0800

    MIPS: Remove -m(no-)lra option

    PR target/113955
    The `-mlra` option was introduced in 2014 for MIPS, and was set to
    default since then.  It's time for us to drop no-lra support by
    dropping -m(no-)lra options.

    gcc:
            * config/mips/mips.cc(mips_option_override):
            Drop mips_lra_flag variable;
            (mips_lra_p): Removed.
            (TARGET_LRA_P): Remove definition here to use the default one.
            * config/mips/mips.md(*mul_acc_si, *mul_acc_si_r3900, *mul_sub_si):
            Drop mips_lra_flag variable.
            * config/mips/mips.opt(-mlra): Removed.
            * config/mips/mips.opt.urls(mlra): Removed.
  • [Bug target/113955] Finish LRA ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to