From c4cccea4c92e19c68c525c8e3fdee4f555be4de3 Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 27 Apr 2018 11:29:49 +0000 Subject: [ARM] Enable misched for R52. Back when the R52 schedule was added in rL286949, there was no way to enable machine schedules in ARM for specific cores. Since then a target feature has been added. This enables the feature for R52, removing the need to manually specify compiler flags. llvm-svn: 331027 --- llvm/lib/Target/ARM/ARM.td | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td index ecb2ef2351d..477f45fe24b 100644 --- a/llvm/lib/Target/ARM/ARM.td +++ b/llvm/lib/Target/ARM/ARM.td @@ -999,6 +999,7 @@ def : ProcNoItin<"kryo", [ARMv8a, ProcKryo, FeatureCRC]>; def : ProcessorModel<"cortex-r52", CortexR52Model, [ARMv8r, ProcR52, + FeatureUseMISched, FeatureFPAO]>; //===----------------------------------------------------------------------===// -- cgit v1.2.3