mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[AArch64] Adjust the cost model for Exynos M1.
Modify the maximum jump table size. llvm-svn: 285106
This commit is contained in:
parent
9a0b165125
commit
c2dbab9873
@ -65,9 +65,9 @@ void AArch64Subtarget::initializeProperties() {
|
||||
break;
|
||||
case ExynosM1:
|
||||
MaxInterleaveFactor = 4;
|
||||
MaxJumpTableSize = 8;
|
||||
PrefFunctionAlignment = 4;
|
||||
PrefLoopAlignment = 3;
|
||||
MaxJumpTableSize = 12;
|
||||
break;
|
||||
case Kryo:
|
||||
MaxInterleaveFactor = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user