forked from OSchip/llvm-project
[AArch64] Adjust the scheduling model for Exynos-M1.
Enable use-postra-scheduler. (NFC) llvm-svn: 275457
This commit is contained in:
parent
13623ad009
commit
77d470ff3c
|
@ -224,6 +224,7 @@ def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1",
|
|||
FeatureFPARMv8,
|
||||
FeatureNEON,
|
||||
FeaturePerfMon,
|
||||
FeaturePostRAScheduler,
|
||||
FeatureUseRSqrt
|
||||
]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue