1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[Falkor] Enable SW Prefetch.

SW prefetch is good for Falkor.

Differential Revision: http://reviews.llvm.org/D34084

llvm-svn: 305199
This commit is contained in:
Haicheng Wu 2017-06-12 16:34:19 +00:00
parent f10fa09f6f
commit 20d2f0ba58

View File

@ -92,6 +92,10 @@ void AArch64Subtarget::initializeProperties() {
MaxInterleaveFactor = 4;
// FIXME: remove this to enable 64-bit SLP if performance looks good.
MinVectorRegisterBitWidth = 128;
CacheLineSize = 128;
PrefetchDistance = 820;
MinPrefetchStride = 2048;
MaxPrefetchIterationsAhead = 8;
break;
case Kryo:
MaxInterleaveFactor = 4;