]> gcc.gnu.org Git - gcc.git/commitdiff
[Arm] Modify default tuning of armv8.1-m.main to use Cortex-M55
authorOmar Tahir <omar.tahir@arm.com>
Tue, 4 Aug 2020 16:35:18 +0000 (17:35 +0100)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 4 Aug 2020 16:37:01 +0000 (17:37 +0100)
Previously, compiling with -march=armv8.1-m.main would tune for
Cortex-M7.
However, the Cortex-M7 only supports up to Armv7e-M. The Cortex-M55 is
the earliest CPU that supports Armv8.1-M Mainline so is more appropriate.
This also has the effect of changing the branch cost function used, which
will be necessary to correctly prioritise conditional instructions over branches
in the rest of this patch series.

Regression tested on arm-none-eabi.

gcc/ChangeLog

2020-08-04  Omar Tahir  <omar.tahir@arm.com>

* config/arm/arm-cpus.in (armv8.1-m.main): Tune for Cortex-M55.

gcc/config/arm/arm-cpus.in

index 728be500b80656c42018954229fbd7117902945d..c98f8ede8fdbb97b0f59b23d2e850e9976afadb0 100644 (file)
@@ -716,7 +716,7 @@ begin arch armv8-r
 end arch armv8-r
 
 begin arch armv8.1-m.main
- tune for cortex-m7
+ tune for cortex-m55
  tune flags CO_PROC
  base 8M_MAIN
  profile M
This page took 0.065576 seconds and 5 git commands to generate.