On Wed, Dec 03, 2014 at 11:00:06AM +0100, Tom de Vries wrote:
> As discussed*, this patch renames fuse-caller-save to fipa-ra.
> 
> Bootstrapped and reg-tested on x86_64. Did minimal arm build.
> 
> OK for stage3?
> 
> Thanks,
> - Tom
> 
> (*) https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01943.html

> 2014-12-03  Tom de Vries  <t...@codesourcery.com>
> 
>       PR rtl-optimization/63957
>       * doc/invoke.texi: Replace -fuse-caller-save with -fipa-ra.
>       * final.c (rest_of_handle_final): Replace flag_use_caller_save with
>       flag_ipa_ra.
>       (get_call_reg_set_usage): Same.
>       * lra-assigns.c (lra_assign): Same.
>       * lra-constraints.c (need_for_call_save_p): Same.
>       * lra-lives.c (process_bb_lives): Same.
>       * lra.c (lra): Same.
>       * calls.c (expand_call): Same.
>       (emit_library_call_value_1): Same.
>       * config/arm/arm.c (arm_option_override): Same.
>       * opts.c (default_options_table): Replace OPT_fuse_caller_save with
>       OPT_fipa_ra.
>       * target.def (call_fusage_contains_non_callee_clobbers): Replace
>       fuse-caller-save with fipa-ra.
>       * doc/tm.texi (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Same.
>       * common.opt: Same.
> 
>       * gcc.dg/ira-shrinkwrap-prep-1.c: Replace -fno-use-caller-save with
>       -fno-ipa-ra.
>       * gcc.dg/ira-shrinkwrap-prep-2.c: Same.
>       * gcc.target/aarch64/aapcs64/aapcs64.exp: Same.
>       * gcc.dg/fuse-caller-save.c: Replace -fuse-caller-save with -fipa-ra.
>       * gcc.target/aarch64/fuse-caller-save.c: Same.
>       * gcc.target/arm/fuse-caller-save.c: Same.
>       * gcc.target/i386/fuse-caller-save-rec.c: Same.
>       * gcc.target/i386/fuse-caller-save-xmm-run.c: Same.
>       * gcc.target/i386/fuse-caller-save-xmm.c: Same.
>       * gcc.target/i386/fuse-caller-save.c: Same.
>       * gcc.target/mips/fuse-caller-save-micromips.c: Same.
>       * gcc.target/mips/fuse-caller-save-mips16.c: Same.
>       * gcc.target/mips/fuse-caller-save.c: Same.
>       * gcc.target/mips/mips.exp: Replace use-caller-save with ipa-ra in
>       -ffoo/-fno-foo options.

Ok, thanks.

        Jakub

Reply via email to