Changeset View
Changeset View
Standalone View
Standalone View
lib/Target/AArch64/AArch64Subtarget.cpp
Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
PrefLoopAlignment = 2; | PrefLoopAlignment = 2; | ||||
// FIXME: remove this to enable 64-bit SLP if performance looks good. | // FIXME: remove this to enable 64-bit SLP if performance looks good. | ||||
MinVectorRegisterBitWidth = 128; | MinVectorRegisterBitWidth = 128; | ||||
break; | break; | ||||
case CortexA35: break; | case CortexA35: break; | ||||
case CortexA53: | case CortexA53: | ||||
PrefFunctionAlignment = 3; | PrefFunctionAlignment = 3; | ||||
break; | break; | ||||
case CortexA55: break; | |||||
case CortexA72: | case CortexA72: | ||||
PrefFunctionAlignment = 4; | |||||
break; | |||||
case CortexA73: | case CortexA73: | ||||
case CortexA75: | |||||
PrefFunctionAlignment = 4; | PrefFunctionAlignment = 4; | ||||
break; | break; | ||||
case Others: break; | case Others: break; | ||||
} | } | ||||
} | } | ||||
namespace { | namespace { | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |