mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[ARM] Adjust the feature set for Exynos
Fine tune the cost model for all Exynos processors. llvm-svn: 342585
This commit is contained in:
parent
0849eadfca
commit
cdfed5405b
@ -287,7 +287,13 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
|
||||
case CortexR7:
|
||||
case CortexM3:
|
||||
case CortexR52:
|
||||
break;
|
||||
case Exynos:
|
||||
MaxInterleaveFactor = 2;
|
||||
PartialUpdateClearance = 12;
|
||||
if (!isThumb())
|
||||
PrefLoopAlignment = 3;
|
||||
break;
|
||||
case Kryo:
|
||||
break;
|
||||
case Krait:
|
||||
|
Loading…
x
Reference in New Issue
Block a user