1
0
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:
Evandro Menezes 2016-10-25 20:05:42 +00:00
parent 9a0b165125
commit c2dbab9873

View File

@ -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;